Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 2,100: Line 2,100:
--wiz-class-accent: #33b6cf;
--wiz-class-accent: #33b6cf;
}
}
}
/* Citizen-specific safeguard: keep custom mobile collapsible box headings using
  the same clean interface typography as Citizen section headings. This is
  repeated here because Common.css can override equal-specificity skin rules
  depending on ResourceLoader order. */
.skin-citizen .mw-parser-output .wizlords-collapsible-section .wizlords-collapsible-section-title {
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
font-size: 22px !important;
font-weight: 700 !important;
line-height: 1.3 !important;
}
}