Skip to content

Commit

Permalink
Add outline to searchbox
Browse files Browse the repository at this point in the history
  • Loading branch information
adityatelange committed Apr 29, 2023
1 parent fc126f1 commit 2ac795b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assets/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,10 @@ table {
font-size: 1rem;
}

.searchBox input:focus {
outline : 0.1em solid var(--secondary);
}

.searchBox {
margin: 1rem 0;
}

0 comments on commit 2ac795b

Please sign in to comment.