Remove unused 'font-family' line in style.css for search suggestion. Stick with 'serif'.
This commit is contained in:
parent
f2c1517bde
commit
825548a87b
|
@ -85,7 +85,6 @@
|
||||||
color: var(--color-link);
|
color: var(--color-link);
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
font-family: Arial, Helvetica, sans-serif;
|
|
||||||
font-size: 0.6em;
|
font-size: 0.6em;
|
||||||
font-family: serif;
|
font-family: serif;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue