From d168175a7b5bfeb0805b5eea894119154561da86 Mon Sep 17 00:00:00 2001 From: didericis Date: Thu, 28 May 2026 17:13:08 -0400 Subject: [PATCH] fix: lighten diff/code background to parchment offwhite Co-Authored-By: Claude Opus 4.7 --- public/assets/css/theme-fell.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/assets/css/theme-fell.css b/public/assets/css/theme-fell.css index b2f7e3a..c6dacad 100644 --- a/public/assets/css/theme-fell.css +++ b/public/assets/css/theme-fell.css @@ -274,7 +274,7 @@ gitea-theme-meta-info { --color-button: #f5ead5; - --color-code-bg: #f0e6c8; + --color-code-bg: #fdf6e3; --color-shadow: #2d1f0e26; --color-shadow-opaque: #c8b89a;