librex/static/css/nord.css

27 lines
562 B
CSS
Raw Normal View History

2022-03-09 09:18:24 -03:00
:root {
--main-bg: #3B4252;
--main-fg: #E5E9F0;
--result-link-fg: #88C0D0;
--result-fg: #D8DEE9;
--button-bg: #4C566A;
2022-11-07 03:04:59 -03:00
--special-result-border: opacity 0;
2022-09-03 20:33:51 -04:00
--special-text-background: #4C566A;
--special-text-color: #E5E9F0;
--search-container-text-color: #E5E9F0;
--search-container-background-color: #2E3440;
2022-11-07 03:04:59 -03:00
--search-container-background-border: opacity 0;
2022-09-03 20:33:51 -04:00
--search-form-background-color: #4C566A;
2022-11-07 03:04:59 -03:00
--border: opacity 0;
2022-03-09 09:18:24 -03:00
--footer-fg: #D8DEE9;
--footer-bg: #2E3440;
2022-09-14 19:37:20 -03:00
color-scheme: dark;
}