From e440bd331d7b16c037bb81fe7f2f6516c9e03ff5 Mon Sep 17 00:00:00 2001 From: Hedy Li Date: Fri, 4 Feb 2022 12:39:26 +0800 Subject: [PATCH] CSS: Make blockquote and code background have more contrast Easier to distinguish and read. --- css/cafe.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/cafe.css b/css/cafe.css index a9b1293..3e4b417 100644 --- a/css/cafe.css +++ b/css/cafe.css @@ -7,8 +7,8 @@ --nc-tx-1: #ffffff; --nc-tx-2: #cccccc; --nc-bg-1: #1e1e1e; - --nc-bg-2: #282828; - --nc-bg-3: #32302f; + --nc-bg-2: #2e2e2e; + --nc-bg-3: #484544; --nc-lk-1: #3291FF; --nc-lk-2: #0070F3; --nc-lk-tx: #FFFFFF;