From 25e96f0893823149f59338ef2e3a5a71aa1bf3ab Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Sun, 30 Nov 2025 02:04:00 -0500 Subject: [PATCH] small tweaks --- public/styles/common.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/styles/common.css b/public/styles/common.css index fa7c8aa..8972e70 100644 --- a/public/styles/common.css +++ b/public/styles/common.css @@ -154,8 +154,8 @@ :root { --bg: #000; --text: #fff; - --code-bg: #0a0a0a; - --border: #1a1a1a; + --code-bg: #121212; + --border: #2d2d2d; --grid-color: rgba(55, 55, 55, 0.4); } } @@ -171,8 +171,8 @@ [data-theme="dark"] { --bg: #000; --text: #fff; - --code-bg: #0a0a0a; - --border: #1a1a1a; + --code-bg: #121212; + --border: #2d2d2d; --grid-color: rgba(55, 55, 55, 0.4); }