mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/RelatedArticles
synced 2024-12-04 12:48:44 +00:00
581a247d70
Replacing abandoned `@colorGray8` (`#888`) & `@colorGray9` (`#999`) with slightly increased contrast, WCAG 2.0 level AA conformant, `@colorGray7` from WikimediaUI color palette. Bug: T172850 Change-Id: I750261b83cc79c32e9ccdb2d69bb5e396b20ed35
14 lines
224 B
Plaintext
14 lines
224 B
Plaintext
@import 'mediawiki.ui/variables';
|
|
|
|
.ra-read-more {
|
|
h2 {
|
|
border-bottom: 0;
|
|
font-size: 0.8em;
|
|
font-weight: normal;
|
|
color: @colorGray7;
|
|
padding-bottom: 0.5em;
|
|
text-transform: uppercase;
|
|
letter-spacing: 1px;
|
|
}
|
|
}
|