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;
|
2026-04-16 16:20:52 -05:00
|
|
|
--result-background: #c4c1d2;
|
2026-05-29 20:19:43 -05:00
|
|
|
--card-background: #575757;
|
|
|
|
|
--panel-background: var(--card-background);
|
2026-04-16 17:58:28 -05:00
|
|
|
--color-button-primary: #4caf50;
|
|
|
|
|
--color-button-warning: #f59e0b;
|
|
|
|
|
--color-button-danger: #fb3b3b;
|
2026-04-16 16:20:52 -05:00
|
|
|
--color-action-button-text: #fff;
|
2026-05-29 20:19:43 -05:00
|
|
|
--color-list-item-hover: #0058bd;
|
|
|
|
|
--color-success-text: #4caf50p;
|
2026-04-16 17:58:28 -05:00
|
|
|
--color-error-text: #fb3b3b;
|
2026-05-29 20:19:43 -05:00
|
|
|
--color-movie-background: #453e3e;
|
2026-04-09 18:44:44 -05:00
|
|
|
}
|