Skip to content

Commit ce720c4

Browse files
habbesmikepizzo
andauthored
Fix luminosity of search border when focused. (#325)
* Fix luminosity of search border when focused * Update site.css --------- Co-authored-by: Michael Pizzo <[email protected]>
1 parent 1366ed1 commit ce720c4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

public/css/site.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ a.carousel-control.left, a.carousel-control.right {
4949
.st-default-search-input{
5050
color: #000000 !important;
5151
}
52+
.st-default-search-input:focus {
53+
border-color: #3a98e3 !important;
54+
}
5255
@media screen and (-ms-high-contrast: black-on-white) {
5356
.brand
5457
{

0 commit comments

Comments
 (0)