From 8cf50ca173c96822e37cfc426064f29a8ad8a254 Mon Sep 17 00:00:00 2001 From: Crimson Tome <64846840+CrimsonTome@users.noreply.github.com> Date: Sat, 16 Oct 2021 03:18:18 +0100 Subject: [PATCH] Update index.css --- css/index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/index.css b/css/index.css index 49e1f7d..1b2cad6 100644 --- a/css/index.css +++ b/css/index.css @@ -21,8 +21,8 @@ body { font-family: -apple-system, system-ui, sans-serif; /*color: var(--darkgray); background-color: var(--white);*/ - color: #222; - background: #fff; + color: var(--white); + background-color: var(--black); } p:last-child { margin-bottom: 0;