mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-23 15:36:58 +00:00
Changed the font size used for subheading in notificatons
Changed the font size of notifications which was earlier too small and also the accessibility was also too low Bug: 60239 Change-Id: I20be3cd2277e865ee694070f119999b7b170547c
This commit is contained in:
parent
e9ef6f9226
commit
57103b8f29
|
@ -14,7 +14,7 @@
|
|||
/* Including .mw-echo-timestamp for backwards compat */
|
||||
.mw-echo-timestamp, .mw-echo-notification-footer {
|
||||
color: #6D6D6D;
|
||||
font-size: 9px;
|
||||
font-size: 11px;
|
||||
margin-top: 0.2em;
|
||||
}
|
||||
.mw-echo-notifications {
|
||||
|
|
Loading…
Reference in a new issue