From 81c33c620dc6d6d65d84a7c9c7d5915cd4993a98 Mon Sep 17 00:00:00 2001 From: Liam Waldron Date: Thu, 26 Jan 2023 17:46:23 -0500 Subject: [PATCH] Update 'css/everest.css' --- css/everest.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/css/everest.css b/css/everest.css index 4c0cf94..10ebdc7 100644 --- a/css/everest.css +++ b/css/everest.css @@ -49,7 +49,6 @@ body { font-family: sans-serif; background-color: #1E1E1E; - color: white; } code { @@ -68,6 +67,7 @@ h2 { padding-left: 4px; border-width: 8px; border-radius: 5px; + color: white; } button { @@ -79,8 +79,17 @@ button { border-color: #4a86e8ff; border-radius: 5px; background-color: #2C2C2C; + color: white; } hr.dotted { border-top: 3px dotted #bbb; +} + +p { + color: white; +} + +strong { + color: white; } \ No newline at end of file