Skip to content

Commit 7a78d58

Browse files
committed
fix: search input outline color
1 parent 556551d commit 7a78d58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_headings.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ a.title h1.title {
5151
}
5252

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

5757
.cp__header.electron-mac {

0 commit comments

Comments
 (0)