rewrite footer

This commit is contained in:
outfoxxed 2024-10-14 21:30:53 -07:00
parent c516c950a8
commit a0727c05e5
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
7 changed files with 56 additions and 84 deletions

View file

@ -39,6 +39,10 @@ html {
--bg-900: var(--white) 12 16;
/* docs */
--text: var(--white) 0 0;
--text-dark: var(--white) 0 18;
--text-darker: var(--white) 0 30;
--link: var(--accent-600);
--prop-color: 350 78 70;
--prop-link-color: 350 78 60;
--func-color: 50 68 50;
@ -82,6 +86,10 @@ html.dark {
--bg-900: var(--blue) 82 3;
/* docs */
--text: var(--white) 0 100;
--text-dark: var(--white) 0 70;
--text-darker: var(--white) 0 40;
--link: var(--accent-500);
--prop-color: 350 78 70;
--prop-link-color: 350 78 60;
--func-color: 50 78 70;