From 64a85aea8a9cf58c02f90d69e2f0d9ea58a1f281 Mon Sep 17 00:00:00 2001 From: Crimson Tome <64846840+CrimsonTome@users.noreply.github.com> Date: Wed, 20 Oct 2021 18:56:59 +0100 Subject: [PATCH] Update index.css --- css/index.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/index.css b/css/index.css index 0258201..813ab5a 100644 --- a/css/index.css +++ b/css/index.css @@ -86,8 +86,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: var(--border); - color: var(--text); + } pre { font-size: 14px; @@ -106,7 +105,8 @@ pre { hyphens: none; padding: 1em; margin: .5em 0; - background-color: #f6f6f6; + /*background-color: #f6f6f6;*/ + background: var(--border); } code { word-break: break-all;