mirror of
https://github.com/hnhx/librex.git
synced 2025-01-10 19:52:40 -03:00
14 lines
235 B
CSS
14 lines
235 B
CSS
: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;
|
|
}
|