Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
(Created page with "→CSS placed here will be applied to all skins: P { text-indent: 2em }") |
|||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
P { text-indent: 2em } | P { text-indent: 2em } | ||
+ | |||
+ | a.new:link, #ca-talk > span > a { | ||
+ | color: blue !important; | ||
+ | } | ||
+ | a.new:visited, #ca-talk > span > a { | ||
+ | color: red !important; | ||
+ | } |
Revision as of 17:37, 2 April 2021
/* CSS placed here will be applied to all skins */ P { text-indent: 2em } a.new:link, #ca-talk > span > a { color: blue !important; } a.new:visited, #ca-talk > span > a { color: red !important; }