1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-09-15 18:57:04 +00:00

Use serif fonts for article contents

This commit is contained in:
Frédéric Guillot 2017-11-21 20:52:43 -08:00
parent 9ff3c4504c
commit 480b0d94e2
8 changed files with 13 additions and 11 deletions

View file

@ -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 {