Skip to content

Commit

Permalink
fix: Update font style on autocomplete suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
lscambo13 committed Jan 29, 2024
1 parent f48f92b commit 9f7e094
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,8 @@ body::-webkit-scrollbar {
border-radius: 0.5em;
box-shadow: #0000002e 0 2px 2px 0px;
border: 1px solid transparent !important;
font-family: 'Ubuntu';
font-weight: 100;
text-align: start;
overflow: hidden;
padding-block-start: 0.5em;
Expand Down

0 comments on commit 9f7e094

Please sign in to comment.