From 9697fb7f718fe8d7f8e16bb417b8a42e96e67402 Mon Sep 17 00:00:00 2001 From: apex Date: Mon, 7 Apr 2025 06:21:33 -0400 Subject: [PATCH] css3 --- theme-apex.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme-apex.css b/theme-apex.css index a5572be..7dc7ac8 100644 --- a/theme-apex.css +++ b/theme-apex.css @@ -105,11 +105,11 @@ --color-box-body: #333644; --color-box-body-highlight: #363a49; --color-text-dark: #d38aea; - --color-text: var(--color-primary); + --color-text: #d38aea; --color-text-hover: rgba(197, 205, 217, 0.8); --color-text-light: #a0c980; --color-text-light-1: #758094; - --color-text-light-2: #d38aea; + --color-text-light-2: var(--color-primary); --color-text-light-3: #758094; --color-footer: #333644; --color-timeline: #404455;