Fix header bg in light mode

This commit is contained in:
alistair3149 2020-03-16 01:08:51 -04:00
parent c42c6523f6
commit 483a3c68bb
No known key found for this signature in database
GPG key ID: 94D081060FD3DD9C

View file

@ -4,6 +4,7 @@
//
@media (prefers-color-scheme: dark) {
html,
body {
background: @dark-bg-0;
@ -73,6 +74,7 @@
}
.mw-header-menu-drawer-container {
.mw-nav-links,
.mw-user-links {
a {
@ -191,12 +193,16 @@
}
.suggestion-placeholder {
.suggestion-title,
.suggestion-description {
background: @dark-bg-20;
background: linear-gradient(to right, @dark-bg-40 8%, @dark-bg-30 38%, @dark-bg-40 54%);
}
}
.mw-header-container:before {
box-shadow: 0 0 50px @header-height @dark-bg-0;
}
.mw-header-menu-toggle span,
@ -208,9 +214,6 @@
#site-search #search-toggle:hover~#search-toggle-icon-container #search-toggle-icon {
opacity: 0.6;
}
.mw-header-container:before {
box-shadow: 0 0 50px @header-height rgba( 17, 21, 29, 1 );
}
@media only screen and (max-width: 1290px) and (prefers-color-scheme: dark) {