Commit 1a838f20 authored by Jan Drewniak's avatar Jan Drewniak Committed by VolkerE
Browse files

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
parent 5bd8c646
Showing with 2 additions and 0 deletions
+2 -0
......@@ -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,
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment