MediaWiki:Common.css: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 843:
/* Typography - MATCHING SIDEBAR "CONTENTS" HEADER */
font-family: sans-serif;
font-size: 0.875rem85em; /* Updated from 0.85em to match Sidebar */
font-weight: 700400; /* Updated from normal to 700 (Bold) */
line-height: 1.64; /* Increased to match Sidebar spacing */
/* Visuals */
Line 909:
/* Typography - MATCHING BODY TEXT */
font-family: sans-serif !important;
font-size: 1rem0.85rem !important; /* Updated to 1rem (approx 16px) for readability */
font-weight: 400 !important; /* Normal weight (not bold) */
color: #202122 !important; /* Darker Grey/Black to match body text */
Line 915:
/* Layout */
display: block !important;
line-height: 1.64 !important; /* Standard body line-height */
white-space: pre-wrap !important;
}