mirror of
https://github.com/hnhx/librex.git
synced 2025-01-11 04:02:37 -03:00
16 lines
258 B
CSS
16 lines
258 B
CSS
|
:root {
|
||
|
--main-bg: #3B4252;
|
||
|
--main-fg: #E5E9F0;
|
||
|
|
||
|
--alt-fg: #bd93f9;
|
||
|
|
||
|
--result-link-fg: #88C0D0;
|
||
|
--result-fg: #D8DEE9;
|
||
|
|
||
|
--button-bg: #4C566A;
|
||
|
|
||
|
--special-result-border: #D8DEE9;
|
||
|
|
||
|
--footer-fg: #D8DEE9;
|
||
|
--footer-bg: #2E3440;
|
||
|
}
|