Disable sidebar's gradient in new Vector

It conflicts with the faint blue background color.
This commit is contained in:
nl6720 2021-12-23 09:36:56 +02:00
parent f7634429b8
commit 367c4c0eb9
No known key found for this signature in database
GPG Key ID: 5CE88535E188D369
1 changed files with 5 additions and 0 deletions

View File

@ -61,6 +61,11 @@ body.skin-vector.skin--responsive {
div.mw-page-container {
background-color: @body-background-color;
}
// Disable sidebar's gradient as it conflicts with the background color
div#mw-panel {
background-image: none;
}
}
// Legacy Vector