movie-night-web/app/assets/css/variables.css

16 lines
508 B
CSS
Raw Normal View History

2026-02-16 19:12:00 -06:00
:root {
2026-05-29 20:19:43 -05:00
--color-primary: #0a439e;
2026-02-16 19:12:00 -06:00
--color-surface: #fff;
2026-04-09 18:44:44 -05:00
--font-body: 'Ubuntu', serif;
--result-background: #c4c1d2;
2026-05-29 20:19:43 -05:00
--card-background: #575757;
--panel-background: var(--card-background);
--color-button-primary: #4caf50;
--color-button-warning: #f59e0b;
--color-button-danger: #fb3b3b;
--color-action-button-text: #fff;
2026-05-29 20:19:43 -05:00
--color-list-item-hover: #0058bd;
--color-success-text: #4caf50p;
--color-error-text: #fb3b3b;
2026-05-29 20:19:43 -05:00
--color-movie-background: #453e3e;
2026-04-09 18:44:44 -05:00
}