16 lines
No EOL
508 B
CSS
16 lines
No EOL
508 B
CSS
:root {
|
|
--color-primary: #0a439e;
|
|
--color-surface: #fff;
|
|
--font-body: 'Ubuntu', serif;
|
|
--result-background: #c4c1d2;
|
|
--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;
|
|
--color-list-item-hover: #0058bd;
|
|
--color-success-text: #4caf50p;
|
|
--color-error-text: #fb3b3b;
|
|
--color-movie-background: #453e3e;
|
|
} |