mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-23 22:03:39 +00:00
Fix for 27eb9e - "Changing color of logo from black to gray"
Use a variable consistent with Wikimedia UI base instead of a hard-coded opacity value. Bug: T251135 Change-Id: I883d3b122c3a0206fe83365a7818929d74f86459
This commit is contained in:
parent
5bd8c646c9
commit
1a838f2004
|
@ -136,6 +136,7 @@
|
|||
@notificationColorUnread: #fff;
|
||||
|
||||
// Opacity
|
||||
@opacity-icon-base: 0.87; // = `#222` on `background-color: #fff`, closest to `#202122`
|
||||
@opacity-icon-subtle: 0.66; // = `#565656 on `background-color: #fff`, closest to `#54595d`
|
||||
|
||||
// z-index:
|
||||
|
|
|
@ -93,6 +93,7 @@ main {
|
|||
|
||||
.branding-box {
|
||||
width: auto;
|
||||
opacity: @opacity-icon-base; // T251135
|
||||
|
||||
// TODO: Remove `h1` after T198947 HTML changes expire from cache.
|
||||
h1,
|
||||
|
|
Loading…
Reference in a new issue