2021-09-05 17:10:14 +00:00
|
|
|
:root {
|
|
|
|
--main-bg: #00202f;
|
|
|
|
--highlight-bg: #00293b;
|
2021-09-10 07:27:30 +00:00
|
|
|
--highlight-error: #990202;
|
2021-10-09 10:11:13 +00:00
|
|
|
--highlight-error-light: #c44343;
|
2021-09-05 17:10:14 +00:00
|
|
|
--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%);
|
2021-09-25 08:35:36 +00:00
|
|
|
--img-filter-error: invert(16%) sepia(60%) saturate(3717%) hue-rotate(349deg) brightness(86%) contrast(120%);
|
2021-09-05 17:10:14 +00:00
|
|
|
}
|