From 6079e96dc7c0caf52b7c7263e3fdf32e705b806a Mon Sep 17 00:00:00 2001 From: Crimson Tome <64846840+CrimsonTome@users.noreply.github.com> Date: Sat, 16 Oct 2021 03:23:30 +0100 Subject: [PATCH] Update index.css --- css/index.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/css/index.css b/css/index.css index 1b2cad6..52a929d 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: var(--white); - background-color: var(--black); + color: #eee; + background-color: #121212; } p:last-child { margin-bottom: 0; @@ -38,11 +38,11 @@ p, } a[href] { /*color: var(--blue);*/ - color: #0033cc; + color: #809fff; } a[href]:visited { /*(color: var(--navy);*/ - color: #0033cc; + color: #809fff; } main { padding: 1rem;