User:Dendodge/common.css: Difference between revisions
Appearance
Content deleted Content added
Enlarge font slightly |
Highlight list items too |
||
Line 10: | Line 10: | ||
max-width: 60ch; |
max-width: 60ch; |
||
} |
} |
||
.mw-body-content p:hover |
.mw-body-content p:hover, |
||
.mw-body-content li:hover { |
|||
background-color: #eee8d5; |
background-color: #eee8d5; |
||
} |
} |
||
.citation-comment { |
.citation-comment { |
||
display: inline !important; |
|||
} |
Revision as of 10:47, 3 December 2018
#content {
background-color: #fdf6e3;
}
.mw-body-content {
font-size: 120%;
font-family: "Source Serif Pro", serif;
color: #657b83;
}
.mw-body-content p {
max-width: 60ch;
}
.mw-body-content p:hover,
.mw-body-content li:hover {
background-color: #eee8d5;
}
.citation-comment {
display: inline !important;
}