diff options
| author | Alexandre Flament <alex@al-f.net> | 2021-04-29 10:28:53 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-29 10:28:53 +0200 |
| commit | 1e3148fea94429f62cc577d1790e414afe2c7896 (patch) | |
| tree | d65be41fcf48bf93bf859602d9d66529f0bed0b7 /searx/static/themes/__common__ | |
| parent | fe3831db1aa73ebda6eb12fa3a321002c176ccc1 (diff) | |
| parent | 8291804082fea294af9a3594417d35262109c745 (diff) | |
Merge pull request #41 from return42/fix-themes
fix varius theme issues
Diffstat (limited to 'searx/static/themes/__common__')
| -rw-r--r-- | searx/static/themes/__common__/less/new_issue.less | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/searx/static/themes/__common__/less/new_issue.less b/searx/static/themes/__common__/less/new_issue.less new file mode 100644 index 000000000..339d4ce47 --- /dev/null +++ b/searx/static/themes/__common__/less/new_issue.less @@ -0,0 +1,14 @@ +.github-issue-button { + display: block; + padding: 8px 16px; + font-family: sans-serif; + font-size: 16px; + color: white; + background-color: #238636 !important; /* important is needed cause to an !important in logicodev-dark */ + border: #2ea043; + border-radius: 10px !important; + box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px; +} +.github-issue-button:hover { + background-color: #2ea043; +} |