From 51eda43397b20e00596aaec76e840810c27929ed Mon Sep 17 00:00:00 2001 From: Lazy Hippopotamus Date: Fri, 7 Jul 2023 08:50:44 -0400 Subject: [PATCH] some color changes --- main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.css b/main.css index 8601202..43ca940 100644 --- a/main.css +++ b/main.css @@ -140,7 +140,7 @@ h1 { color: white; } -#head-marker.scrolly-out+#headin > * { +#headin > * { color: white; } @@ -163,7 +163,7 @@ h1 { min-width: var(--sidebar-size); top: 50%; transform: translateY(-50%); - background-color: lightblue; + background-color: blanchedalmond; } body.sidebar-opened > #sider-outer.design-1 {