librex/static/css/night_owl.css

15 lines
235 B
CSS
Raw Normal View History

2022-03-09 13:18:24 +01:00
:root {
--main-bg: #011627;
--main-fg: #d6deeb;
--result-link-fg: #5f7e97;
--result-fg: #d6deeb;
--button-bg: #122d42;
--special-result-border: #d6deeb;
--footer-fg: #d6deeb;
--footer-bg: #011627;
}