From 842af112829642b5922aa141ca6745d8a57d190b Mon Sep 17 00:00:00 2001 From: dez Date: Tue, 9 Apr 2024 13:11:26 +0200 Subject: [PATCH] fix icons and logo formatting --- static/css/style.css | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 2291126..7ac347c 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -59,14 +59,23 @@ line-height: 1; letter-spacing: normal; text-transform: none; - visibility: hidden; - /* will be set to visible if icon pack can be loaded. */ display: inline-block; white-space: nowrap; word-wrap: normal; direction: ltr; - -moz-font-feature-settings: 'liga'; + + /* Support for all WebKit browsers. */ + -webkit-font-feature-settings: 'liga'; + -webkit-font-smoothing: antialiased; + + /* Support for Safari and Chrome. */ + text-rendering: optimizeLegibility; + + /* Support for Firefox. */ -moz-osx-font-smoothing: grayscale; + + /* Support for IE. */ + font-feature-settings: 'liga'; } #search-wrapper-ico, @@ -90,7 +99,7 @@ background: none; border: none; cursor: pointer; - font-size: 0px; + font-size: 17px; /* will be set to 17px if icon pack can be loaded. */ padding-right: 0px; margin-right: 0px; @@ -1122,6 +1131,7 @@ p { text-decoration: none; color: var(--font-fg); font-family: 'Inter'; + background-color: var(--search-bg); } .no-decoration:hover {