root color vars
This commit is contained in:
parent
2a5ba61bb5
commit
8b0e08306d
1 changed files with 9 additions and 0 deletions
|
@ -33,6 +33,15 @@
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-display: swap;
|
font-display: swap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
:root {
|
||||||
|
--col-11: #fff;
|
||||||
|
--col-10: #eee;
|
||||||
|
--col-06: #999;
|
||||||
|
--col-05: #808080;
|
||||||
|
--col-04: #777;
|
||||||
|
--col-01: #111;
|
||||||
|
--col-00: #000;
|
||||||
}
|
}
|
||||||
* {
|
* {
|
||||||
display: block;
|
display: block;
|
||||||
|
|
Loading…
Add table
Reference in a new issue