From bc173da4dfffcf64b3ca958cb82e0f697149cf71 Mon Sep 17 00:00:00 2001 From: Crimson Tome <64846840+CrimsonTome@users.noreply.github.com> Date: Sat, 16 Oct 2021 17:24:32 +0100 Subject: [PATCH] Update index.css --- css/index.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/index.css b/css/index.css index 4dbaeea..51f2b55 100644 --- a/css/index.css +++ b/css/index.css @@ -90,7 +90,8 @@ pre { hyphens: none; padding: 1em; margin: .5em 0; - background-color: #f6f6f6; + /*background-color: #f6f6f6;*/ + background-color: #C0C0C0; } code { word-break: break-all;