12 lines
167 B
CSS
12 lines
167 B
CSS
:root {
|
|
--primary: #e5989b;
|
|
--accent: #ffb4a2;
|
|
--background: #fff1f2;
|
|
--card-background: #ffe5ec;
|
|
--text: #3e3e3e;
|
|
}
|
|
|
|
header {
|
|
display: none !important;
|
|
}
|