From 9641611fb858f34ab61f77641046cb9514fe78ef Mon Sep 17 00:00:00 2001 From: Lynne Date: Thu, 19 Mar 2020 21:18:49 +1000 Subject: [PATCH] keep the header purple when using the night theme --- assets/style.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/assets/style.css b/assets/style.css index 65081a8..4a58bde 100644 --- a/assets/style.css +++ b/assets/style.css @@ -131,9 +131,6 @@ header { display: flex; justify-content: space-between; } -html.night header { - background: #555; -} header span { display: inline-block; }