LibreY/static/css/dark.css

27 lines
561 B
CSS
Raw Normal View History

2022-03-09 04:18:24 -08:00
:root {
2022-08-12 23:47:02 -07:00
--main-bg: #1c1c1c;
2022-09-25 00:23:00 -07:00
--main-fg: #F1F3F4;
2022-03-09 04:18:24 -08:00
2022-09-25 00:23:00 -07:00
--result-link-fg: #8AB4F8;
2022-03-09 04:18:24 -08:00
--result-fg: #999da2;
2022-08-13 02:04:14 -07:00
--button-bg: #333333;
2022-03-09 04:18:24 -08:00
2022-11-06 22:04:59 -08:00
--special-result-border: opacity 0;
2022-08-13 01:47:27 -07:00
--special-text-background: #282828;
2022-09-25 00:23:00 -07:00
--special-text-color: #F1F3F4;
2022-08-13 04:19:15 -07:00
2022-09-25 00:23:00 -07:00
--search-container-text-color: #F1F3F4;
2022-08-13 01:47:27 -07:00
--search-container-background-color: #333333;
2022-09-25 00:23:00 -07:00
--search-container-background-border: #3C4043;
2022-08-13 04:19:15 -07:00
--search-form-background-color: #161616;
2022-09-03 17:33:51 -07:00
--border: #303134;
2022-03-09 04:18:24 -08:00
--footer-fg: #999da2;
2022-08-12 23:47:02 -07:00
--footer-bg: #161616;
2022-09-14 15:37:20 -07:00
color-scheme: dark;
2022-08-13 04:34:10 -07:00
}