css organization
This commit is contained in:
parent
ea090b0c2d
commit
a79dcb2036
4 changed files with 54 additions and 9 deletions
9
base.css
Normal file
9
base.css
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
:root {
|
||||
--surface-container-low: #faf3e7;
|
||||
--surface-container-highest: #eae2d2;
|
||||
--surface: #fff8f0;
|
||||
--backdrop-blur: 24px;
|
||||
--primary: #8c4d50;
|
||||
--primary-container: #fcacaf;
|
||||
--on-background: #363227;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue