From a4f2f17381259f96b54345fdbfa46bbe7a0d91bf Mon Sep 17 00:00:00 2001 From: apex Date: Mon, 7 Apr 2025 06:23:04 -0400 Subject: [PATCH] css4 --- theme-apex.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme-apex.css b/theme-apex.css index 7dc7ac8..a61ff78 100644 --- a/theme-apex.css +++ b/theme-apex.css @@ -105,7 +105,7 @@ --color-box-body: #333644; --color-box-body-highlight: #363a49; --color-text-dark: #d38aea; - --color-text: #d38aea; + --color-text: var(--color-primary); --color-text-hover: rgba(197, 205, 217, 0.8); --color-text-light: #a0c980; --color-text-light-1: #758094;