Change CSS
Some checks failed
Deploy Hugo PaperMod Demo to Pages / build (push) Has been cancelled
Deploy Hugo PaperMod Demo to Pages / deploy (push) Has been cancelled

This commit is contained in:
JurassikDev34 2025-07-28 21:15:42 +02:00
parent 5a4651783f
commit 9a787ad2b7
No known key found for this signature in database
GPG key ID: 9AE21A5A5A8E18D3
2 changed files with 56 additions and 25 deletions

View file

@ -2,7 +2,6 @@
display: flex;
flex-wrap: wrap;
justify-content: space-between;
max-width: calc(var(--nav-width) + var(--gap) * 2);
margin-inline-start: auto;
margin-inline-end: auto;
line-height: var(--header-height);
@ -39,15 +38,18 @@
button#theme-toggle {
font-size: 26px;
margin: auto 4px;
color: #fff;
}
body.dark #moon {
vertical-align: middle;
display: none;
color: #fff;
}
body:not(.dark) #sun {
display: none;
color: #fff;
}
#menu {