From ea96657baec835d8b0312fbe70f1f5d1d1ea6471 Mon Sep 17 00:00:00 2001 From: Siklos Date: Sat, 28 May 2022 10:12:17 -0400 Subject: [PATCH] Add 'style.css' --- style.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 style.css diff --git a/style.css b/style.css new file mode 100644 index 0000000..49d39fd --- /dev/null +++ b/style.css @@ -0,0 +1,19 @@ +@-moz-document url-prefix("https://www.qwant.com/") { +.Text-module__typo___2-LMx { + letter-spacing: 0.025em; + line-height: 20px; +} + +body:not([data-theme="light"]) .Text-module__serpLink___Ks7KS { + color: #7799E5; +} + +.WebResult-module__descriptionClamped___2ai78 { + color: #AFB3C1; +} + +body:not([data-theme="light"]) .Text-module__permaLink___2XdD5 { + color: #AFB3C1; + opacity: 0.6; +} +} \ No newline at end of file