From e3dfaf36807ebb3818a5325938140aff4e19f3bf Mon Sep 17 00:00:00 2001 From: Akbar Rahman Date: Wed, 12 Feb 2025 14:22:14 +0000 Subject: [PATCH] Update base.css --- base.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/base.css b/base.css index d70829d..68b7fe4 100644 --- a/base.css +++ b/base.css @@ -50,7 +50,8 @@ pre { } code, pre{ - background-color: var(--bg-lc) ; + background-color: var(--light); + color: var(--dark); }