slightly cleaner header css

This commit is contained in:
Andrew-71 2024-03-18 12:46:20 +03:00
parent 41923158a3
commit 56c29e200a
3 changed files with 8 additions and 5 deletions

View file

@ -55,6 +55,11 @@ button {
button:hover { background-color: #e66868; }
header > h1, header > p {
margin-bottom:0;
margin-top:0;
}
/* Dark theme */
@media (prefers-color-scheme: dark) {
body {