From c06812145e04339572639aafea433bbb56035e64 Mon Sep 17 00:00:00 2001 From: bobmagicii Date: Mon, 14 Oct 2024 22:42:15 +0000 Subject: [PATCH] thusfar --- app/www/themes/default/area/sensei/docs/css/vars/index.phtml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/www/themes/default/area/sensei/docs/css/vars/index.phtml b/app/www/themes/default/area/sensei/docs/css/vars/index.phtml index 759ed8f..7ee6c5b 100644 --- a/app/www/themes/default/area/sensei/docs/css/vars/index.phtml +++ b/app/www/themes/default/area/sensei/docs/css/vars/index.phtml @@ -55,8 +55,9 @@ $Surface->Area('sensei/docs/__header', [ --atl-blog-bg3: var(--theme-black); /* secondary gradient 1 */ --atl-blog-bg4: var(--theme-white); /* secondary gradient 2 */ - --atl-blog-fg1: var(--theme-white); /* titlebar */ - --atl-blog-fg2: var(--theme-black); /* post date */ + + --atl-blog-fg1: var(--theme-white); /* blog header titlebar text */ + --atl-blog-fg2: var(--theme-black); /* post date text */ --atl-blog-h1-fg: var(--theme-white); --atl-blog-h2-fg: var(--theme-white);