From b968a97e9dcc1a3de5589684579b67867e938475 Mon Sep 17 00:00:00 2001 From: Crimson Tome <64846840+CrimsonTome@users.noreply.github.com> Date: Sat, 16 Oct 2021 03:41:43 +0100 Subject: [PATCH] Update index.css --- css/index.css | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/css/index.css b/css/index.css index 55a9a74..3f43e6e 100644 --- a/css/index.css +++ b/css/index.css @@ -45,11 +45,6 @@ a[href]:visited { color: #809fff; } -ol::before { - content: counter(li); color: #d5cece; - display: inline-block; width: 1em; - margin-left: -1em -} main { padding: 1rem; } @@ -178,11 +173,12 @@ code { content: "" counter(start-from, decimal-leading-zero) ". "; line-height: 100%; text-align: right; + color: #d5cece; } .postlist-date, .postlist-item:before { font-size: 0.8125em; /* 13px /16 */ - color: var(--darkgray); + color: color: #d5cece; } .postlist-date { word-spacing: -0.5px;