Skip to content

Commit 93e8758

Browse files
author
p12
committed
Preprocess: add several css rules
* Force default font size * Set default background color
1 parent 9d3b684 commit 93e8758

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

preprocess-css.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
/*place the content correctly*/
22
div#content {
33
margin: 0 0;
4+
font-size: 1em;
5+
}
6+
7+
div#bodyContent {
8+
font-size: 1em;
9+
}
10+
11+
body {
12+
background-color: white;
413
}

0 commit comments

Comments
 (0)