Skip to content

Commit

Permalink
Update template.less
Browse files Browse the repository at this point in the history
Add support to Russian Wikipedia interwiki link
  • Loading branch information
ludenticus committed Apr 1, 2023
1 parent b1c8c9a commit 6414bee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/template.less
Expand Up @@ -37,7 +37,7 @@ a.iw_user {
background-image: url('iconify.php?icon=mdi-account.svg');
}

a.iw_wp, a.iw_wpde, a.iw_wpes, a.iw_wpfr, a.iw_wpjp, a.iw_wpmeta, a.iw_wppl {
a.iw_wp, a.iw_wpde, a.iw_wpes, a.iw_wpfr, a.iw_wpjp, a.iw_wpru, a.iw_wpmeta, a.iw_wppl {
background-image: url('iconify.php?icon=mdi-wikipedia.svg');
}

Expand Down Expand Up @@ -869,7 +869,7 @@ body {
a.iw_man {
background-image: url('iconify.php?icon=mdi-book.svg&color=%23ffffff');
}
a.iw_wp, a.iw_wpde, a.iw_wpes, a.iw_wpfr, a.iw_wpjp, a.iw_wpmeta, a.iw_wppl {
a.iw_wp, a.iw_wpde, a.iw_wpes, a.iw_wpfr, a.iw_wpjp, a.iw_wpru, a.iw_wpmeta, a.iw_wppl {
background-image: url('iconify.php?icon=mdi-wikipedia.svg&color=%23ffffff');
}
}
Expand Down

0 comments on commit 6414bee

Please sign in to comment.