From 7e39f1b4505ef1953ce9753219d9e4eb8e2a6065 Mon Sep 17 00:00:00 2001 From: Crimson Tome <64846840+CrimsonTome@users.noreply.github.com> Date: Sat, 16 Oct 2021 03:33:50 +0100 Subject: [PATCH] Update index.css --- css/index.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/index.css b/css/index.css index 52a929d..0001130 100644 --- a/css/index.css +++ b/css/index.css @@ -44,6 +44,10 @@ a[href]:visited { /*(color: var(--navy);*/ color: #809fff; } + +ol { + color: #d5cece; +} main { padding: 1rem; }