Files
homer/assets/custom.css
2025-07-21 00:07:01 +02:00

12 lines
167 B
CSS

:root {
--primary: #e5989b;
--accent: #ffb4a2;
--background: #fff1f2;
--card-background: #ffe5ec;
--text: #3e3e3e;
}
header {
display: none !important;
}