mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
Tweaks of color and theme
This commit is contained in:
parent
ceb650a01f
commit
08df681b48
3 changed files with 36 additions and 89 deletions
|
|
@ -15,6 +15,9 @@
|
|||
/// General
|
||||
|
||||
@color-font: #444;
|
||||
@color-font-light: #888;
|
||||
|
||||
@color-red: #C0392B;
|
||||
|
||||
@color-url-font: #1a11be;
|
||||
@color-url-visited-font: #8E44AD;
|
||||
|
|
@ -44,6 +47,9 @@
|
|||
|
||||
@color-autocompleter-choices-font: #444;
|
||||
|
||||
/// Answers
|
||||
@color-answers-border: @color-base-dark;
|
||||
|
||||
// Selected
|
||||
@color-autocompleter-selected-background: #444;
|
||||
@color-autocompleter-selected-font: #FFF;
|
||||
|
|
@ -78,10 +84,10 @@
|
|||
@color-result-link-visited-font: @color-url-visited-font;
|
||||
|
||||
// Url to result
|
||||
@color-result-url-font: #C0392B;
|
||||
@color-result-url-font: @color-red;
|
||||
|
||||
// Publish Date
|
||||
@color-result-publishdate-font: #888;
|
||||
@color-result-publishdate-font: @color-font-light;
|
||||
|
||||
// Images
|
||||
@color-result-image-span-background-hover: rgba(0, 0, 0, 0.6);
|
||||
|
|
@ -109,5 +115,5 @@
|
|||
|
||||
/// Other
|
||||
|
||||
@color-engines-font: #888;
|
||||
@color-engines-font: @color-font-light;
|
||||
@color-percentage-div-background: #444;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue