grimoire

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

commit 4c41a2a4366bfd09209f526babbd0e1455fb54e4
parent 966af20865426a8db01c245cd78d2886f25d2aa4
Author: pyratebeard <root@pyratebeard.net>
Date:   Tue, 13 Nov 2018 23:55:31 +0000

header color

Diffstat:
Mcustom.css | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/custom.css b/custom.css @@ -42,7 +42,7 @@ h4 { .markdown-body h2, .markdown-body h3, .markdown-body h4 { - color: #a29076; + color: #4f8396; font-weight: normal; border-bottom: none; }