9 lines
229 B
CSS
9 lines
229 B
CSS
:root {
|
|
--surface-container-low: #faf3e7;
|
|
--surface-container-highest: #eae2d2;
|
|
--surface: #fff8f0;
|
|
--backdrop-blur: 24px;
|
|
--primary: #8c4d50;
|
|
--primary-container: #fcacaf;
|
|
--on-background: #363227;
|
|
}
|