diff options
author | Kevin Decherf <kevin@kdecherf.com> | 2016-11-25 13:49:45 +0100 |
---|---|---|
committer | Kevin Decherf <kevin@kdecherf.com> | 2016-11-25 13:49:45 +0100 |
commit | 56026217c55ee254cce5875ea56072d3a5c49274 (patch) | |
tree | f0c9352b35e1535c60007813c018dbfd65e46fbe /app/Resources/static/themes/material | |
parent | 819c8f5bd42e2b69228d8adc9303970cae768167 (diff) | |
download | wallabag-56026217c55ee254cce5875ea56072d3a5c49274.tar.gz wallabag-56026217c55ee254cce5875ea56072d3a5c49274.tar.zst wallabag-56026217c55ee254cce5875ea56072d3a5c49274.zip |
Material: update size of text in article
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
Diffstat (limited to 'app/Resources/static/themes/material')
-rwxr-xr-x | app/Resources/static/themes/material/css/main.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Resources/static/themes/material/css/main.css b/app/Resources/static/themes/material/css/main.css index a8172b7e..82a74c23 100755 --- a/app/Resources/static/themes/material/css/main.css +++ b/app/Resources/static/themes/material/css/main.css | |||
@@ -605,6 +605,8 @@ a.original { | |||
605 | 605 | ||
606 | #article article { | 606 | #article article { |
607 | color: #424242; | 607 | color: #424242; |
608 | font-size: 18px; | ||
609 | line-height: 1.7em; | ||
608 | } | 610 | } |
609 | 611 | ||
610 | #article article h1, | 612 | #article article h1, |