Fix list items

This commit is contained in:
h3artbl33d 2025-03-08 18:00:46 +01:00
parent 72862c7a29
commit b0687f37c3
2 changed files with 4 additions and 5 deletions

View file

@ -13,16 +13,11 @@ a{
text-decoration: none; text-decoration: none;
} }
ul{
list-style: none;
}
h1, h2, h3 { h1, h2, h3 {
margin-top: 5px; margin-top: 5px;
margin-bottom: 5px; margin-bottom: 5px;
} }
@media (prefers-color-scheme: dark) { @media (prefers-color-scheme: dark) {
a, a:link, a:visited { color: var(--lightblue); } a, a:link, a:visited { color: var(--lightblue); }
body, html { background-color: var(--darkgray); color: #bebebe; } body, html { background-color: var(--darkgray); color: #bebebe; }

View file

@ -5,6 +5,10 @@
width: 100%; width: 100%;
} }
.header ul {
list-style: none;
}
.logo { .logo {
display: inline-block; display: inline-block;
color: var(--white); color: var(--white);