keep the header purple when using the night theme

This commit is contained in:
Lynne Megido 2020-03-19 21:18:49 +10:00
parent 2ced9e7434
commit 9641611fb8
Signed by: lynnesbian
GPG Key ID: F0A184B5213D9F90

View File

@ -131,9 +131,6 @@ header {
display: flex;
justify-content: space-between;
}
html.night header {
background: #555;
}
header span {
display: inline-block;
}