mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-10 09:53:48 +00:00
31fc222876
* style: disable menu bar in run mode * fix: external devices in dev mode * fix: add missing elements to translations * ux: improve translation strings * refactor: improve typing * style: blink on event change * refactor: param options is object --------- Co-authored-by: Hannes Rüger <hannesrueger@gmx.de>
19 lines
517 B
CSS
19 lines
517 B
CSS
:root {
|
|
--background-color-override: #ececec;
|
|
--color-override: #101010;
|
|
--secondary-color-override: #404040;
|
|
--accent-color-override: #fa5656;
|
|
--label-color-override: #6c6c6c;
|
|
--timer-color-override: #202020;
|
|
--card-background-color-override: #fff;
|
|
--card-background-color-blink-override: #339e4e;
|
|
--font-family-override: "Open Sans";
|
|
--font-family-bold-override: "Arial Black";
|
|
--timer-progress-bg-override: #fff;
|
|
--timer-progress-override: #202020;
|
|
}
|
|
|
|
.timer {
|
|
color: black !important;
|
|
}
|