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 7: Line 7:
color: rgba(0,0,0,.87);
color: rgba(0,0,0,.87);
font-size: 16px;
font-size: 16px;
line-height: 200%;
}
}



Latest revision as of 16:50, 11 December 2016

*:focus {
	outline:none!important;
}

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

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