Made some style changes.

This commit is contained in:
The Wobbler 2024-10-25 18:03:01 +02:00
parent 1689b727f9
commit fc34947b48
2 changed files with 20 additions and 2 deletions

View file

@ -14,7 +14,7 @@
</head> </head>
<body style="background-color: #2e2e2e"> <body>
<div class="background" id="background"> <div class="background" id="background">

View file

@ -8,6 +8,17 @@ html:not([data-scroll='0']) .topnav {
position: fixed; position: fixed;
} }
* {
font-family: ubuntu, arial;
font-size: 16px;
text-color: white;
text-shadow: 0px 0px 16px rgb(0, 0, 0), 0px 0px 16px rgb(0, 0, 0), 0px 0px 16px rgb(0, 0, 0);
}
body {
background-color: #2e2e2e
}
p { p {
font-family: ubuntu, arial; font-family: ubuntu, arial;
padding-left: 20px; padding-left: 20px;
@ -22,6 +33,13 @@ a {
text-decoration: none; text-decoration: none;
} }
label {
font-family: ubuntu, arial;
font-size: 16px;
color: white;
text-shadow: 0px 0px 16px rgb(0, 0, 0), 0px 0px 16px rgb(0, 0, 0), 0px 0px 16px rgb(0, 0, 0);
}
.background { .background {
background-image: url('<?= $chosen_background ?>'); background-image: url('<?= $chosen_background ?>');
background-repeat: no-repeat; background-repeat: no-repeat;