rewrite footer
This commit is contained in:
parent
c516c950a8
commit
a0727c05e5
7 changed files with 56 additions and 84 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue