LibreY- privacy respecting meta search engine |
git clone git://git.acid.vegas/LibreY.git |
Log | Files | Refs | Archive | README | LICENSE |
startpage.css (559B)
1 :root { 2 --main-bg: #171b25; 3 --main-fg: #e8eaed; 4 5 --result-link-fg: #a7b1fc; 6 --result-fg: #ebecf7; 7 8 --button-bg: #0c0d0f; 9 10 --special-result-border: #3a445c; 11 --special-text-background: #1e222d; 12 --special-text-color: #e8eaed; 13 14 --search-container-text-color: #ebecf7; 15 --search-container-background-color: #2e3443; 16 --search-container-background-border: #2e3443; 17 18 --search-form-background-color: #0c0d0f; 19 20 --border: #0c0d0f; 21 22 --footer-fg: #999da2; 23 --footer-bg: #0c0d0f; 24 25 color-scheme: dark; 26 }