From e685109325e836e1d15fc637511b5a81371bddf3 Mon Sep 17 00:00:00 2001 From: Ethan Yoo Date: Sun, 23 Jun 2024 11:14:56 -0400 Subject: [PATCH] Try to prevent flashing between page loads before disabling HTML minification --- themes/geronimo/static/css/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/themes/geronimo/static/css/style.css b/themes/geronimo/static/css/style.css index 5a55735..12b9cee 100644 --- a/themes/geronimo/static/css/style.css +++ b/themes/geronimo/static/css/style.css @@ -1,4 +1,7 @@ /* Body */ +html { + background-color: #10151a; +} a, a:link { text-decoration: none;