From 32c796e758c3315db09639737814e548770cd5cb Mon Sep 17 00:00:00 2001 From: scriptos Date: Sat, 23 Mar 2024 21:09:15 +0100 Subject: [PATCH] color-box-body: transparent; --- theme-ghdark.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme-ghdark.css b/theme-ghdark.css index 3d60630..8975fac 100644 --- a/theme-ghdark.css +++ b/theme-ghdark.css @@ -73,7 +73,7 @@ footer:hover { --color-body: #0d1117; --color-card: #0d1117; --color-box-header: #0d1117; - --color-box-body: #161b22; + --color-box-body: transparent; --color-active: #30363b; --color-menu: #010409; --color-navbar: #010409;