MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
Created page with "→CSS placed here will be applied to all skins: a.external.text{ color: #FF6600; }" |
No edit summary |
||
| Line 3: | Line 3: | ||
a.external.text{ | a.external.text{ | ||
color: #FF6600; | color: #FF6600; | ||
} | |||
a.external: visited{ | |||
color: #FF6666; | |||
} | } | ||
Revision as of 19:44, 31 March 2017
/* CSS placed here will be applied to all skins */
a.external.text{
color: #FF6600;
}
a.external: visited{
color: #FF6666;
}