MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
} | } | ||
a:link { | a:link{ | ||
color: rgb(100, 140, 200); | color: rgb(100, 140, 200) !important; | ||
} | } | ||
a:visited { | a:visited | ||
color: rgb(160, 140, 200); | :not(#footer-places) { | ||
color: rgb(160, 140, 200) !important; | |||
} | } | ||
a:active { | a:active | ||
color: rgb(220, 140, 200); | :not(#footer-places) { | ||
color: rgb(220, 140, 200) !important; | |||
} | } |