add icon to search field

This commit is contained in:
isUnknown 2024-04-09 17:10:43 +02:00
parent 4a742b81ec
commit 4a310dcbbe
7 changed files with 57 additions and 12 deletions

View file

@ -30,6 +30,10 @@ nav hr {
margin-left: 0;
}
input[type="text"]:focus-visible {
outline: none;
}
/* ================= SCROLLBAR ================= */
body,
html {