From 8be4ac3e226f05e151f169840f83893b90095778 Mon Sep 17 00:00:00 2001 From: Crimson Tome <64846840+CrimsonTome@users.noreply.github.com> Date: Sat, 16 Oct 2021 17:25:47 +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 51f2b55..12432c6 100644 --- a/css/index.css +++ b/css/index.css @@ -71,7 +71,7 @@ pre, code { font-family: Consolas, Menlo, Monaco, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", "Courier New", Courier, monospace; line-height: 1.5; - background-color: #C0C0C0; + background-color: #333; } pre { font-size: 14px; @@ -91,7 +91,7 @@ pre { padding: 1em; margin: .5em 0; /*background-color: #f6f6f6;*/ - background-color: #C0C0C0; + background-color: #333; } code { word-break: break-all;