Created page with "→All CSS here will be loaded for users of the Cosmos skin: .cm-mw-section { color: #00bfff; →Blue headings: } .cm-mw-link { color: #3d9c47; →Green links: } .cm-mw-template { color: #c86400; →Orange templates: } .cm-mw-comment { color: #999; →Gray comments: }" |
(No difference)
|
Revision as of 23:24, 6 November 2025
/* All CSS here will be loaded for users of the Cosmos skin */
.cm-mw-section {
color: #00bfff; /* Blue headings */
}
.cm-mw-link {
color: #3d9c47; /* Green links */
}
.cm-mw-template {
color: #c86400; /* Orange templates */
}
.cm-mw-comment {
color: #999; /* Gray comments */
}
