Skip to content

Commit

Permalink
fix: search input outline color
Browse files Browse the repository at this point in the history
  • Loading branch information
pengx17 committed Jul 7, 2021
1 parent 556551d commit 7a78d58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_headings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ a.title h1.title {
}

.cp__header #search-field:focus {
outline: var(--ct-secondary-color);
outline: 2px solid var(--ct-secondary-color);
}

.cp__header.electron-mac {
Expand Down

0 comments on commit 7a78d58

Please sign in to comment.