parent
3613c04481
commit
883e4babd4
@ -0,0 +1,25 @@
|
||||
/* chartacapsa/static/css/style.css */
|
||||
|
||||
:root {
|
||||
--bg-main: #F3E2C6;
|
||||
--bg-card: #FFFFFF;
|
||||
--text-main: #2C3E50;
|
||||
--text-muted: #7F8C8D;
|
||||
|
||||
/* Brand & Buttons */
|
||||
--primary: #FBDFA2;
|
||||
--primary-hover: #fad481;
|
||||
--accent: #B5E2FA;
|
||||
|
||||
/* Status-Pastelltöne */
|
||||
--status-free-bg: rgb(227, 241, 236);
|
||||
--status-free-text: #8EB694;
|
||||
--status-busy-bg: #facbd0;
|
||||
--status-busy-text: #f9929c;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: var(--bg-main);
|
||||
color: var(--text-main);
|
||||
font-family: 'Inter', system-ui, -apple-system, sans-serif;
|
||||
}
|
||||
Loading…
Reference in new issue