From 5bfaedfcaf1099fcec79188ce17514805f270c4f Mon Sep 17 00:00:00 2001 From: Liam Waldron Date: Mon, 1 May 2023 10:11:09 -0400 Subject: [PATCH] change text colors --- css/everest.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/css/everest.css b/css/everest.css index f6de1b9..4fa5fa7 100644 --- a/css/everest.css +++ b/css/everest.css @@ -55,7 +55,7 @@ html { border-radius: 2px; padding: 4px; width: 50%; - color: white; + color: #bfbfbf; } .kernel { @@ -67,7 +67,7 @@ html { border-radius: 2px; padding: 4px; width: 50%; - color: white; + color: #bfbfbf; } .warning { @@ -89,7 +89,7 @@ html { border-radius: 2px; padding: 4px; width: 50%; - color: white; + color: #bfbfbf; } fhead { @@ -154,7 +154,7 @@ code { border-left-width: 4px; border-radius: 2px; padding: 2px; - color: #e6e6e6; + color: #bfbfbf; } wiki {