aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/static/css/common.css
diff options
context:
space:
mode:
Diffstat (limited to 'server/static/css/common.css')
-rw-r--r--server/static/css/common.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/server/static/css/common.css b/server/static/css/common.css
index 3354f55..453078d 100644
--- a/server/static/css/common.css
+++ b/server/static/css/common.css
@@ -528,9 +528,10 @@ a.button {
.entry-content {
padding-top: 15px;
- font-size: 1.1em;
+ font-size: 1.2em;
font-weight: 300;
- color: #444;
+ font-family: Georgia, 'Times New Roman', Times, serif;
+ color: #555;
}
.entry-content h1, h2, h3, h4, h5, h6 {
@@ -557,6 +558,7 @@ a.button {
margin-top: 15px;
margin-bottom: 15px;
text-align: justify;
+ line-height: 1.4em;
}
.entry-content a:visited {