diff options
Diffstat (limited to 'searx/static/themes/simple/src/less/definitions.less')
| -rw-r--r-- | searx/static/themes/simple/src/less/definitions.less | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/searx/static/themes/simple/src/less/definitions.less b/searx/static/themes/simple/src/less/definitions.less index 246f8daa1..946760ec1 100644 --- a/searx/static/themes/simple/src/less/definitions.less +++ b/searx/static/themes/simple/src/less/definitions.less @@ -31,8 +31,11 @@ @color-url-font: #29314d; @color-url-visited-font: #684898; -@results-width: 50em; -@search-width: 40em; +@results-width: 45rem; +@results-offset: 10rem; +@results-tablet-offset: 0.5rem; +@results-gap: 5rem; +@search-width: 40rem; // @color-a-font: @color-base; @@ -40,6 +43,16 @@ /// Start-Screen +/// Header + +@color-header-background: #f7f7f7; +@color-header-border: #d7d7d7; + +/// Footer + +@color-footer-background: #f7f7f7; +@color-footer-border: #d7d7d7; + /// Search-Input @color-search-border: @color-base; |