diff options
| author | Alexandre Flament <alex@al-f.net> | 2021-04-22 08:34:17 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-22 08:34:17 +0200 |
| commit | c6d5605d272c963b075bf17eba7407d0a700cd2a (patch) | |
| tree | 799ef589f587465f1b8d323fc1f569b1c7590f2a /searx/static/themes/simple/less/definitions.less | |
| parent | b7848e342273526192a3392dcfd8c291196506ac (diff) | |
| parent | baff1cbbab8a72155823c3186971a5f56d7a92f2 (diff) | |
Merge pull request #7 from searxng/metrics
Metrics
Diffstat (limited to 'searx/static/themes/simple/less/definitions.less')
| -rw-r--r-- | searx/static/themes/simple/less/definitions.less | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/searx/static/themes/simple/less/definitions.less b/searx/static/themes/simple/less/definitions.less index 7a43720b8..c1465a579 100644 --- a/searx/static/themes/simple/less/definitions.less +++ b/searx/static/themes/simple/less/definitions.less @@ -19,6 +19,9 @@ @color-warning: #dbba34; @color-warning-background: lighten(@color-warning, 40%); +@color-success: #42db34; +@color-success-background: lighten(@color-success, 40%); + /// General @color-font: #444; |