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;
|
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; }
|
||||||
|
|
|
@ -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);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue