mirror of
https://github.com/hnhx/librex.git
synced 2025-01-10 11:47:24 -03:00
16 lines
No EOL
255 B
CSS
16 lines
No EOL
255 B
CSS
:root {
|
|
--main-bg: #fff;
|
|
--main-fg: #202124;
|
|
|
|
--alt-fg: #bd93f9;
|
|
|
|
--result-link-fg: #1a0dab;
|
|
--result-fg: #70757a;
|
|
|
|
--button-bg: #f2f2f2;
|
|
|
|
--special-result-border: #bdc1c6;
|
|
|
|
--footer-fg: #70757a;
|
|
--footer-bg: #f2f2f2;
|
|
} |