blob: 2f23ecfd566b718c5f042953de11caba231f0093 (
plain)
1
2
3
4
5
6
7
8
9
10
|
// This File is imported last, and will override other styles in the cascade
// Add styles here to make changes without digging in too much
body {
font-size: 1em;
}
article blockquote {
font-size: 1em;
color: #888888;
}
|