diff options
Diffstat (limited to 'client/simple/src/less/index.less')
| -rw-r--r-- | client/simple/src/less/index.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/simple/src/less/index.less b/client/simple/src/less/index.less index 8590d0c3b..6316b4ed6 100644 --- a/client/simple/src/less/index.less +++ b/client/simple/src/less/index.less @@ -6,7 +6,7 @@ text-align: center; .title { - background: url('../img/searxng.png') no-repeat; + background: url("../img/searxng.png") no-repeat; min-height: 4rem; margin: 4rem auto; background-position: center; |