Skip to content

Commit

Permalink
fix: category link (.mw-normal-catlinks > a, .mw-hidden-catlinks)
Browse files Browse the repository at this point in the history
  • Loading branch information
WaitSpringQW committed Jun 14, 2024
1 parent 521066c commit 4372f12
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/*
/*
* Citizen
*
* Module: mediawiki.skinning.interface.category
* Version: REL1_39
*
* Date: 2022-11-15
* Date: 2022-11-15
*/

.catlinks {
Expand Down Expand Up @@ -60,7 +60,7 @@
// Category label
.mw-normal-catlinks > a,
.mw-hidden-catlinks {
display: block;
display: inline-block;
color: var( --color-base--subtle );
font-size: 0.8125rem;
letter-spacing: 0.05em;
Expand Down

0 comments on commit 4372f12

Please sign in to comment.