mirror of
https://github.com/tubearchivist/tubearchivist-frontend.git
synced 2024-11-22 11:50:14 +00:00
13 lines
489 B
CSS
13 lines
489 B
CSS
:root {
|
|
--main-bg: #00202f;
|
|
--highlight-bg: #00293b;
|
|
--highlight-error: #990202;
|
|
--highlight-error-light: #c44343;
|
|
--highlight-bg-transparent: #00293baf;
|
|
--main-font: #eeeeee;
|
|
--accent-font-dark: #259485;
|
|
--accent-font-light: #97d4c8;
|
|
--img-filter: invert(50%) sepia(9%) saturate(2940%) hue-rotate(122deg) brightness(94%) contrast(90%);
|
|
--img-filter-error: invert(16%) sepia(60%) saturate(3717%) hue-rotate(349deg) brightness(86%) contrast(120%);
|
|
}
|