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; }