aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/static/css
diff options
context:
space:
mode:
authorGravatar Frédéric Guillot <fred@miniflux.net>2017-11-21 20:52:43 -0800
committerGravatar Frédéric Guillot <fred@miniflux.net>2017-11-21 20:52:43 -0800
commit480b0d94e2f67e96285ff9265f4c1c81d3c0392d (patch)
tree8b456a86cae7f542b3fc1fb84c0e14ccd0afb4be /server/static/css
parent9ff3c4504cc06291aad5a055ba5db35c6d1fb9e0 (diff)
Use serif fonts for article contents
Diffstat (limited to 'server/static/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 {