Skip to content

Commit

Permalink
fix #4749
Browse files Browse the repository at this point in the history
  • Loading branch information
jgw96 committed Aug 26, 2024
1 parent a615bd9 commit 0b1b517
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,13 @@ sl-alert::part(icon) {
color: #491576;
}

/* Search Input */

.sidebar .search input[type=search]::placeholder {
color: rgba(0, 0, 0, 0.886);
}

.sidebar .search .clear-button svg {
background: #4d4d4d;
border-radius: 50%;
}

0 comments on commit 0b1b517

Please sign in to comment.