css organization

This commit is contained in:
bronkuu 2026-04-16 08:59:57 +02:00
parent ea090b0c2d
commit a79dcb2036
4 changed files with 54 additions and 9 deletions

9
base.css Normal file
View 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;
}