From ac1618327da1dfd606cf969fd8d8d15ddf9ece44 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sun, 26 May 2019 14:56:11 +0200 Subject: Add search powered by Qwant.com Why? Implementing our own search is quite involved if we want it to be any good. So outsourcing makes sense. Qwant is hosted in Europe (France,) and takes privacy seriously and doesn't track you. See https://help.qwant.com/help/overview/our-philosophy/ And https://help.qwant.com/help/overview/how-does-qwant-make-money/ For more information. --- app/assets/stylesheets/hmno_main.scss | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'app/assets/stylesheets/hmno_main.scss') diff --git a/app/assets/stylesheets/hmno_main.scss b/app/assets/stylesheets/hmno_main.scss index 26a0a29..92e5274 100644 --- a/app/assets/stylesheets/hmno_main.scss +++ b/app/assets/stylesheets/hmno_main.scss @@ -91,3 +91,15 @@ img { visibility:hidden; } } + +.search { + text-align: center; + padding-bottom: 3mm; + + #query { + background-color: $body-bg; + color: $fg; + border: 1px solid $fg; + padding: 1mm; + } +} -- cgit v1.2.3