grimoire

personal wiki
git clone git://git.pyratebeard.net/grimoire.git
Log | Files | Refs

commit 29bd90794931e829fa1da9e774d1554cccc3e4ef
parent 3902ce36442e1c6fc94b575355baf5f3efd5ca10
Author: pyratebeard <root@pyratebeard.net>
Date:   Tue, 13 Nov 2018 15:06:05 +0000

markdown-body font size increase

Diffstat:
Mcustom.css | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/custom.css b/custom.css @@ -36,6 +36,9 @@ h4 { color: #5a7588; font-weight: normal; } +.markdown-body { + font-size: 16px; +} .markdown-body h2, .markdown-body h3, .markdown-body h4 {