diff options
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; |