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/new_issue.less | |
parent | b42ce34ca8abf3f7b47a9cd39da49a30424e1901 (diff) | |
download | searxng-421c13170727b46dba5cfb858c5ef369b11ba85e.tar.gz searxng-421c13170727b46dba5cfb858c5ef369b11ba85e.zip |
[refactor] simple theme: *.less - replace hardcoded colors
Closes: https://github.com/searxng/searxng/issues/3842
Diffstat (limited to 'searx/static/themes/simple/src/less/new_issue.less')
-rw-r--r-- | searx/static/themes/simple/src/less/new_issue.less | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/searx/static/themes/simple/src/less/new_issue.less b/searx/static/themes/simple/src/less/new_issue.less index a1e5006e3..e10a2791c 100644 --- a/searx/static/themes/simple/src/less/new_issue.less +++ b/searx/static/themes/simple/src/less/new_issue.less @@ -2,18 +2,7 @@ .stats_endpoint { .github-issue-button { display: block; - padding: 8px 16px; - font-family: sans-serif; font-size: 16px; - color: white; - background-color: #238636; - border: #2ea043; - border-radius: 10px !important; - box-shadow: rgba(0, 0, 0, 0) 0 0 0 0; - } - - .github-issue-button:hover { - background-color: #2ea043; } .issue-hide { |