Adjusting Flo's title colour

This commit is contained in:
Jason Williams 2022-11-20 20:30:07 -07:00
parent ac00446e4a
commit 021eb37af9
1 changed files with 2 additions and 2 deletions

View File

@ -100,8 +100,8 @@ textarea {
--jason-back-fg: #585568;
--flo-bg: #601F22;
--flo-title-fg: #FFE4E1;
--flo-link-bg: var(--flo-title-fg);
--flo-title-fg: #CCB7B5;
--flo-link-bg: #FFE4E1;
--flo-link-fg: var(--flo-bg);
--flo-hover-bg: #00C4FF;
--flo-hover-fg: #FFFFFF;