Merge "Stub threshold: Remove CSS"
This commit is contained in:
commit
82f5a51309
2 changed files with 0 additions and 4 deletions
|
|
@ -64,7 +64,6 @@
|
|||
@color-link: #0645ad;
|
||||
@color-link--visited: #0b0080;
|
||||
@color-link--active: #faa700;
|
||||
@color-link-stub: #723;
|
||||
// Link colors for new or missing articles, also known as “Red links”.
|
||||
// https://www.wikidata.org/wiki/Q13417974#sitelinks-wikipedia
|
||||
@color-link-new: #d33;
|
||||
|
|
|
|||
|
|
@ -1,9 +1,6 @@
|
|||
@import 'mediawiki.skin.variables.less';
|
||||
|
||||
/* stylelint-disable selector-class-pattern */
|
||||
a.stub {
|
||||
color: @color-link-stub;
|
||||
}
|
||||
|
||||
a.new {
|
||||
color: @color-link-new;
|
||||
|
|
|
|||
Loading…
Reference in a new issue