Printing styles

This commit is contained in:
alistair3149 2019-12-02 17:23:19 -05:00
parent c2fc2564d7
commit f1d4f07503

View file

@ -24,6 +24,7 @@
html, html,
body { body {
color: @base-20; color: @base-20;
font-family: @fonts;
} }
p, p,
@ -32,6 +33,11 @@ ol {
margin: 0.8rem 0 0 0; margin: 0.8rem 0 0 0;
} }
#toc {
background: none;
border: 0;
}
.mw-wiki-title, .mw-wiki-title,
.mw-body h1, .mw-body h1,
.mw-body-content h1, .mw-body-content h1,
@ -151,8 +157,15 @@ ol {
order: -1; order: -1;
} }
#footer {
margin-top: 2rem;
}
.mw-wiki-title { .mw-wiki-title {
color: @base-30; color: @base-30;
font-size: 1.2rem;
text-transform: uppercase;
letter-spacing: 2px;
} }
.infobox { .infobox {