Skip to content

Commit

Permalink
feat: style search form
Browse files Browse the repository at this point in the history
  • Loading branch information
gion-andri committed Dec 1, 2023
1 parent 0dddbba commit 47f7ce5
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,15 @@ h2 {

.search-term {
width: 100%;
border-radius: var(--bs-border-radius);
border-color: #BBBFC2;
border-style: solid;
border-width: 1px;
padding: 0.2rem 0.5rem 0.2rem 0.5rem;

&:focus-visible {
outline-style: none;
}
}

.tags {
Expand Down

0 comments on commit 47f7ce5

Please sign in to comment.