diff options
| author | Bnyro <bnyro@tutanota.com> | 2024-10-02 16:34:49 +0200 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarIT.de> | 2024-10-03 11:05:46 +0200 |
| commit | 421c13170727b46dba5cfb858c5ef369b11ba85e (patch) | |
| tree | 7d7cc686f53b529756642e914128564ed1f8de9d /searx/static/themes/simple/src/less/style.less | |
| parent | b42ce34ca8abf3f7b47a9cd39da49a30424e1901 (diff) | |
[refactor] simple theme: *.less - replace hardcoded colors
Closes: https://github.com/searxng/searxng/issues/3842
Diffstat (limited to 'searx/static/themes/simple/src/less/style.less')
| -rw-r--r-- | searx/static/themes/simple/src/less/style.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/searx/static/themes/simple/src/less/style.less b/searx/static/themes/simple/src/less/style.less index b7105e639..d35dd744c 100644 --- a/searx/static/themes/simple/src/less/style.less +++ b/searx/static/themes/simple/src/less/style.less @@ -469,10 +469,10 @@ article[data-vim-selected].category-social { position: absolute; right: 0; bottom: 0; - background: rgba(0, 0, 0, 50%); + background: var(--color-image-resolution-background); padding: 0.3rem 0.5rem; font-size: 0.9rem; - color: #fff; + color: var(--color-image-resolution-font); border-top-left-radius: 0.3rem; } |