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 {