fix icons and logo formatting
This commit is contained in:
parent
e65155c5b0
commit
48642bdd96
1 changed files with 14 additions and 4 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue