Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
| Line 3: | Line 3: | ||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; | ||
line-height: 1.6; | line-height: 1.6; | ||
| − | color: rgb( | + | color: rgb(63, 51, 73); |
| − | |||
} | } | ||
Revision as of 04:07, 27 March 2026
/* CSS placed here will be applied to all skins */
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
line-height: 1.6;
color: rgb(63, 51, 73);
}