Jump to content

User:Jp26jp/common.css: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Jp26jp (talk | contribs)
No edit summary
Jp26jp (talk | contribs)
No edit summary
Line 1: Line 1:
*:focus {
outline:none!important;
}

html, body, .mw-body {
html, body, .mw-body {
color: #212121;
color: #212121;

Revision as of 16:41, 11 December 2016

*:focus {
	outline:none!important;
}

html, body, .mw-body {
    color: #212121;
    color: rgba(0,0,0,.87);
    font-size: 16px;
    line-height: 200%;
}

a:link {
  color:#4184F3!important;
}