From e31cdd52ca30351f7e1ef44311676199d9afb6f3 Mon Sep 17 00:00:00 2001 From: rohan kumar Date: Mon, 23 Nov 2020 18:19:18 -0800 Subject: [PATCH] Explicitly set fb/bg colors --- themes/etch-custom/assets/css/main.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/themes/etch-custom/assets/css/main.css b/themes/etch-custom/assets/css/main.css index f006917..a65d0f2 100644 --- a/themes/etch-custom/assets/css/main.css +++ b/themes/etch-custom/assets/css/main.css @@ -3,6 +3,8 @@ --shaded-bg: #e3e3e3; } html { + background: white; + color: black; line-height: 1.5rem; font-family: sans-serif; }