pyratebeard_net

personal website
git clone git://git.pyratebeard.net/pyratebeard_net.git
Log | Files | Refs | README

commit 882b488339f53457d9c5e7adc68a06ba98aa4a0e
parent 5071c8507ffe61c39530e52a274836eddda0e3c7
Author: pyratebeard <root@pyratebeard.net>
Date:   Fri, 20 Mar 2020 18:20:21 +0000

header font-weight

Diffstat:
Mstatic/css/style.css | 7++++---
1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/static/css/style.css b/static/css/style.css @@ -21,15 +21,16 @@ body { max-width: 599px } h1,h2,h3,h4,h5 { - text-transform: uppercase + text-transform: uppercase; + font-weight: normal; } h1 { - color: #cd6e42 + color: #cd6e42; } h2,h3,h4,h5 { - color: #646086 + color: #646086; } a {