fix icons and logo formatting

This commit is contained in:
dez 2024-04-09 13:11:26 +02:00
parent 4332994c20
commit 842af11282

View file

@ -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 {