User:Iritscen/vector.css: Difference between revisions

trying to successfully override mw-panel
(do I need to specifically add this to override Common.css?)
(trying to successfully override mw-panel)
Line 15: Line 15:
.mw-body a.external:visited {color:#36B} /* external */
.mw-body a.external:visited {color:#36B} /* external */
.mw-body a.extiw:visited {color:#36B} /* inter-wiki */
.mw-body a.extiw:visited {color:#36B} /* inter-wiki */
div#mw-panel a:visited {color:#36B} /* make visited same as base color */
div#mw-panel div.portal div.body ul li a:visited {color:#36B} /* make visited same as base color */
div#mw-head a:visited {color:#36B} /* make visited same as base color */
div#mw-head a:visited {color:#36B} /* make visited same as base color */
div#footer a:visited {color:#36B} /* make visited same as base color */
div#footer a:visited {color:#36B} /* make visited same as base color */