work on frontpage mobile view
This commit is contained in:
parent
aed59a3f75
commit
325be308bd
4 changed files with 22 additions and 9 deletions
|
|
@ -39,6 +39,7 @@ html {
|
|||
--bg-900: var(--white) 5 16;
|
||||
|
||||
/* docs */
|
||||
--background: var(--bg-500);
|
||||
--text: var(--white) 0 0;
|
||||
--text-dark: var(--white) 0 18;
|
||||
--text-darker: var(--white) 0 30;
|
||||
|
|
@ -94,6 +95,7 @@ html.dark {
|
|||
--bg-900: var(--blue) 82 3;
|
||||
|
||||
/* docs */
|
||||
--background: var(--bg-900);
|
||||
--text: var(--white) 0 100;
|
||||
--text-dark: var(--white) 0 70;
|
||||
--text-darker: var(--white) 0 40;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue