202404170510
This commit is contained in:
parent
36f91e705f
commit
5fa34e7187
1 changed files with 5 additions and 3 deletions
|
@ -10,8 +10,11 @@
|
|||
|
||||
<link rel="stylesheet" href="/mybulma/css/mystyles.css">
|
||||
<style>
|
||||
body{
|
||||
html{
|
||||
background: repeat url("/assets/background.gif");
|
||||
-webkit-background-size: cover;
|
||||
-moz-background-size: cover;
|
||||
-o-background-size: cover;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
@ -32,8 +35,7 @@
|
|||
--accent-gradient: linear-gradient(45deg, rgb(var(--accent)), rgb(var(--accent-light)) 30%, white 60%);
|
||||
|
||||
font-family: system-ui, sans-serif;
|
||||
background: #13151A;
|
||||
background-size: 224px;
|
||||
background-size: cover;
|
||||
}
|
||||
main {https://git.ouroboros.group/limepotato/kotRemote
|
||||
color: white;
|
||||
|
|
Loading…
Reference in a new issue