]> BookStack Code Mirror - bookstack/blobdiff - resources/sass/_header.scss
Updated minimum php version from 7.3 to 7.4
[bookstack] / resources / sass / _header.scss
index 1a7015078e3891f44fa3511e0b88985073ce7f96..f070f5a187428eedc0a2af37688733efa1af4a28 100644 (file)
@@ -262,6 +262,9 @@ header .search-box {
   &:hover, &:focus-within {
     opacity: 1;
   }
+  @media (prefers-contrast: more) {
+    opacity: 1;
+  }
 }
 
 @include smaller-than($l) {