slightly cleaner header css
This commit is contained in:
parent
41923158a3
commit
56c29e200a
3 changed files with 8 additions and 5 deletions
|
@ -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 {
|
Loading…
Add table
Add a link
Reference in a new issue