From 5184b0a9dade4249e83bb551b8c981e6b91bf8f8 Mon Sep 17 00:00:00 2001 From: MrCoder Date: Tue, 8 Apr 2025 21:57:09 +1000 Subject: [PATCH] feat: add fragment header background color variable - Introduce new CSS variable for fragment header background color - Enhance visual consistency across components --- src/assets/tailwind.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/assets/tailwind.css b/src/assets/tailwind.css index cc48bde30..03feee66d 100644 --- a/src/assets/tailwind.css +++ b/src/assets/tailwind.css @@ -47,6 +47,9 @@ /* Occurrence */ --color-bg-occurrence: #dedede; + + /* Fragment */ + --color-bg-fragment-header: #dedede7f; } .theme-clean-light {