Merge "Stub threshold: Remove CSS"

This commit is contained in:
jenkins-bot 2021-09-24 18:02:18 +00:00 committed by Gerrit Code Review
commit 82f5a51309
2 changed files with 0 additions and 4 deletions

View file

@ -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;

View file

@ -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;