X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/f24336f77aae325ae6b540ade4e65cc40ffd002d..refs/pull/3141/head:/resources/sass/_header.scss diff --git a/resources/sass/_header.scss b/resources/sass/_header.scss index 12f098a1b..f070f5a18 100644 --- a/resources/sass/_header.scss +++ b/resources/sass/_header.scss @@ -228,6 +228,7 @@ header .search-box { text-align: center; border-bottom: 3px solid #BBB; cursor: pointer; + margin: 0; @include lightDark(background-color, #FFF, #222); @include lightDark(border-bottom-color, #BBB, #333); &:first-child { @@ -261,6 +262,9 @@ header .search-box { &:hover, &:focus-within { opacity: 1; } + @media (prefers-contrast: more) { + opacity: 1; + } } @include smaller-than($l) {