From d8acaf8f3dda2ea51a58649267d93cb768c6ac00 Mon Sep 17 00:00:00 2001 From: Ethan Yoo Date: Sun, 23 Jun 2024 11:28:35 -0400 Subject: [PATCH] Remove html background color --- themes/geronimo/static/css/style.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/themes/geronimo/static/css/style.css b/themes/geronimo/static/css/style.css index 12b9cee..5a55735 100644 --- a/themes/geronimo/static/css/style.css +++ b/themes/geronimo/static/css/style.css @@ -1,7 +1,4 @@ /* Body */ -html { - background-color: #10151a; -} a, a:link { text-decoration: none;