LibreY- privacy respecting meta search engine |
git clone git://git.acid.vegas/LibreY.git |
Log | Files | Refs | Archive | README | LICENSE |
nord.css (562B)
1 :root { 2 --main-bg: #3B4252; 3 --main-fg: #E5E9F0; 4 5 --result-link-fg: #88C0D0; 6 --result-fg: #D8DEE9; 7 8 --button-bg: #4C566A; 9 10 --special-result-border: opacity 0; 11 --special-text-background: #4C566A; 12 --special-text-color: #E5E9F0; 13 14 --search-container-text-color: #E5E9F0; 15 --search-container-background-color: #2E3440; 16 --search-container-background-border: opacity 0; 17 18 --search-form-background-color: #4C566A; 19 20 --border: opacity 0; 21 22 --footer-fg: #D8DEE9; 23 --footer-bg: #2E3440; 24 25 color-scheme: dark; 26 }