MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 2: | Line 2: | ||
a { |
a { |
||
color: # |
color: #090 !important; |
||
} |
} |
||
| Line 10: | Line 10: | ||
a.new { |
a.new { |
||
color: # |
color: #660 !important; |
||
} |
} |
||
Latest revision as of 22:18, 26 August 2019
/* CSS placed here will be applied to all skins */
a {
color: #090 !important;
}
a:visited {
color: #084 !important;
}
a.new {
color: #660 !important;
}