Remove unused 'font-family' line in style.css for search suggestion. Stick with 'serif'.

This commit is contained in:
Retro_Guy 2024-12-20 04:12:46 -07:00
parent f2c1517bde
commit 825548a87b
1 changed files with 0 additions and 1 deletions

View File

@ -85,7 +85,6 @@
color: var(--color-link);
text-decoration: underline;
cursor: pointer;
font-family: Arial, Helvetica, sans-serif;
font-size: 0.6em;
font-family: serif;
}