Jump to content

User:Dendodge/common.css: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Needs to be !important
Linux Libertine looks a bit nicer
Line 10: Line 10:
}
}
.mw-body-content {
.mw-body-content {
font-size: 120%;
font-size: 140%;
font-family: "Source Serif Pro", serif;
font-family: "Linux Libertine O", "Linux Libertine", "Source Serif Pro", serif;
}
}
.mw-body {
.mw-body {

Revision as of 13:34, 1 August 2019

* {
    background-color: #333 !important;
    color: #ccc !important;
}
a {
    color: #30b7f3 !important;
}
img {
    background-color: #fff !important;
}
.mw-body-content {
    font-size: 140%;
    font-family: "Linux Libertine O", "Linux Libertine", "Source Serif Pro", serif;
}
.mw-body {
    border: none;
}
.mw-body-content p {
    max-width: 60ch;
}
.citation-comment {
    display: inline !important;
}