Fix list items
This commit is contained in:
parent
72862c7a29
commit
b0687f37c3
2 changed files with 4 additions and 5 deletions
|
@ -13,16 +13,11 @@ a{
|
|||
text-decoration: none;
|
||||
}
|
||||
|
||||
ul{
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
h1, h2, h3 {
|
||||
margin-top: 5px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
a, a:link, a:visited { color: var(--lightblue); }
|
||||
body, html { background-color: var(--darkgray); color: #bebebe; }
|
||||
|
|
|
@ -5,6 +5,10 @@
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
.header ul {
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
.logo {
|
||||
display: inline-block;
|
||||
color: var(--white);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue