MediaWiki:Common.css: Difference between revisions
From MDS Wiki
(Created page with "→CSS placed here will be applied to all skins: :link { color: #36c } :visited { color: #36c }") |
No edit summary |
||
| Line 3: | Line 3: | ||
color: #36c | color: #36c | ||
} | } | ||
:visited { | a:visited { | ||
color: #36c | color: #36c | ||
} | } | ||
Revision as of 02:29, 4 August 2024
/* CSS placed here will be applied to all skins */
:link {
color: #36c
}
a:visited {
color: #36c
}
