202404170515

This commit is contained in:
nelle 2024-04-17 05:15:55 -06:00
parent 5fa34e7187
commit 6aca3da5c6

View file

@ -10,11 +10,12 @@
<link rel="stylesheet" href="/mybulma/css/mystyles.css"> <link rel="stylesheet" href="/mybulma/css/mystyles.css">
<style> <style>
html{ :root{
background: repeat url("/assets/background.gif"); background: repeat url("/assets/background.gif");
-webkit-background-size: cover; -webkit-background-size: cover;
-moz-background-size: cover; -moz-background-size: cover;
-o-background-size: cover; -o-background-size: cover;
background-size: cover;
} }
</style> </style>
@ -35,7 +36,6 @@
--accent-gradient: linear-gradient(45deg, rgb(var(--accent)), rgb(var(--accent-light)) 30%, white 60%); --accent-gradient: linear-gradient(45deg, rgb(var(--accent)), rgb(var(--accent-light)) 30%, white 60%);
font-family: system-ui, sans-serif; font-family: system-ui, sans-serif;
background-size: cover;
} }
main {https://git.ouroboros.group/limepotato/kotRemote main {https://git.ouroboros.group/limepotato/kotRemote
color: white; color: white;