mirror of
https://github.com/hnhx/librex.git
synced 2025-01-10 19:52:40 -03:00
21 lines
454 B
CSS
21 lines
454 B
CSS
:root {
|
|
--main-bg: #1c1c1c;
|
|
--main-fg: #e8eaed;
|
|
|
|
--result-link-fg: #8ab4f8;
|
|
--result-fg: #999da2;
|
|
|
|
--button-bg: #333333;
|
|
|
|
--special-result-border: opacity: 0;
|
|
--special-text-background: #282828;
|
|
--special-text-color: #cccccc;
|
|
|
|
--search-container-text-color: #e8eaed;
|
|
--search-container-background-color: #333333;
|
|
|
|
--search-form-background-color: #161616;
|
|
|
|
--footer-fg: #999da2;
|
|
--footer-bg: #161616;
|
|
}
|