MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
(Created page with "→CSS placed here will be applied to all skins: :link { color: #36c } :visited { color: #36c }") |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
:link { | a:link { | ||
color: #36c | color: #36c | ||
} | } | ||
:visited { | a:visited { | ||
color: #36c | color: #36c | ||
} | } |
Latest revision as of 02:30, 4 August 2024
/* CSS placed here will be applied to all skins */ a:link { color: #36c } a:visited { color: #36c }