site

source files for beau's website
git clone https://git.beauhilton.com/site.git
Log | Files | Refs

commit d749bec93d39541e1a1de127fcb31b9175e01788
parent ff8f9b8c9afdcc8c92e683fcfa4b9156ab9a3f10
Author: Beau <cbeauhilton@gmail.com>
Date:   Fri, 11 Nov 2022 17:40:01 -0600

some styling

Diffstat:
Mstyle.css | 11+++++++----
1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/style.css b/style.css @@ -14,6 +14,7 @@ body { a{ color:#0064e4; + font-weight: 400; } a:hover{ @@ -46,7 +47,8 @@ section#masthead h1{ margin-top:1em; font-size:3em; line-height:1.5em; - max-width:50em + max-width:50em; + font-weight: 400; } section#masthead h1 a{ color:#000; @@ -62,17 +64,18 @@ section#masthead h1 a:visited{ text-decoration:none; } -h2,h3{ +h2,h3,h4{ margin-top:2em; font-size:1.5em; - line-height:1.5em + line-height:1.5em; + font-weight: 400; } h5{ /* used only for the index page */ margin:2em; font-size:2em; line-height:0.1em; - font-weight: lighter; + font-weight: 400; } @media screen and (max-width: 800px){