mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-12 09:26:05 +00:00
88d6f01c33
Use #888 instead of #666 to match secondary link text (which is #000 with 50% opacity), both in the flyout and on the special page. Bonus: use LESS variables for these colors. Change-Id: Ifc1182a001e9b25f6ff7c213b6fcde3dc2f0acd2
15 lines
328 B
Plaintext
15 lines
328 B
Plaintext
@badge-padding: 0.12em;
|
|
@badge-icon-size: 1.1em;
|
|
@badge-distance-adjustment: -0.4em;
|
|
|
|
@notification-background-unseen: #dce8ff;
|
|
@notification-background-unread: white;
|
|
@notification-background-read: #f1f1f1;
|
|
|
|
@notification-text-color: #666;
|
|
@notification-body-color: #888;
|
|
|
|
@notification-popup-width: 450px;
|
|
|
|
@opacity-low: 0.5;
|