mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/RelatedArticles
synced 2024-12-20 20:03:08 +00:00
8f6fce655b
Replacing 'mediawiki.ui/variables.less' `@import` with new skin-aware 'mediawiki.skin.variables.less' standard. Also - replacing several static values with skin variables featuring new Codex design tokens for following properties: - background-color - color - border-width, border-style, border-color and border shorthand Bump required MediaWiki core version to >= v1.41.0. Bug: T319381 Bug: T332541 Depends-On: I04f9e48a1cf9dee915cf51e1e12b17ff0a595a06 Change-Id: I32c2996dedc9b3a54e1f916623dbe1c4da910083
12 lines
220 B
Plaintext
12 lines
220 B
Plaintext
@import 'mediawiki.skin.variables.less';
|
|
|
|
.ra-read-more h2 {
|
|
color: @color-subtle;
|
|
border-bottom: 0;
|
|
padding-bottom: 0.5em;
|
|
font-size: 0.8em;
|
|
font-weight: normal;
|
|
letter-spacing: 1px;
|
|
text-transform: uppercase;
|
|
}
|