From a027d25056bde80579fc8a6304d339e7150bb913 Mon Sep 17 00:00:00 2001 From: Crimson Tome <64846840+CrimsonTome@users.noreply.github.com> Date: Sat, 16 Oct 2021 17:11:10 +0100 Subject: [PATCH] Update index.css --- css/index.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/css/index.css b/css/index.css index 6d3bbfc..f2c3d74 100644 --- a/css/index.css +++ b/css/index.css @@ -93,6 +93,8 @@ pre { } code { word-break: break-all; + color: #eee; + background-color: #C0C0C0;; } .highlight-line { display: block;