Difference between revisions of "MediaWiki:Common.css"

From WikiBeemed
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: a{ color: #98895c; } a:visited{ color: #756a48 }")
(No difference)

Revision as of 09:25, 15 November 2019

/* CSS placed here will be applied to all skins */
a{
    color: #98895c;
}
a:visited{
    color: #756a48
}