2026-02-16 19:12:00 -06:00
|
|
|
:root {
|
2026-04-16 16:20:52 -05:00
|
|
|
--color-primary: #f5f5f5;
|
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;
|
|
|
|
|
--panel-background: #f5f5f5;
|
|
|
|
|
--card-background: #c4c1d2;
|
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-04-16 17:58:28 -05:00
|
|
|
--color-error-text: #fb3b3b;
|
2026-04-09 18:44:44 -05:00
|
|
|
}
|