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;
|
line-height: 1;
|
||||||
letter-spacing: normal;
|
letter-spacing: normal;
|
||||||
text-transform: none;
|
text-transform: none;
|
||||||
visibility: hidden;
|
|
||||||
/* will be set to visible if icon pack can be loaded. */
|
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
word-wrap: normal;
|
word-wrap: normal;
|
||||||
direction: ltr;
|
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;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
|
|
||||||
|
/* Support for IE. */
|
||||||
|
font-feature-settings: 'liga';
|
||||||
}
|
}
|
||||||
|
|
||||||
#search-wrapper-ico,
|
#search-wrapper-ico,
|
||||||
|
@ -90,7 +99,7 @@
|
||||||
background: none;
|
background: none;
|
||||||
border: none;
|
border: none;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
font-size: 0px;
|
font-size: 17px;
|
||||||
/* will be set to 17px if icon pack can be loaded. */
|
/* will be set to 17px if icon pack can be loaded. */
|
||||||
padding-right: 0px;
|
padding-right: 0px;
|
||||||
margin-right: 0px;
|
margin-right: 0px;
|
||||||
|
@ -1122,6 +1131,7 @@ p {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: var(--font-fg);
|
color: var(--font-fg);
|
||||||
font-family: 'Inter';
|
font-family: 'Inter';
|
||||||
|
background-color: var(--search-bg);
|
||||||
}
|
}
|
||||||
|
|
||||||
.no-decoration:hover {
|
.no-decoration:hover {
|
||||||
|
|
Loading…
Add table
Reference in a new issue