site

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

commit b854604e7bb08eea9a6cd61e2e143b3d42fea7cc
parent 217e24de788c430f72fbecff6b30fd7163e03bf6
Author: Beau <cbeauhilton@gmail.com>
Date:   Fri, 22 Apr 2022 14:18:01 -0500

h5 and cleanup

Diffstat:
Mindex.md | 14+++++++-------
Mstyle.css | 40+++++++++++++++++++++++-----------------
2 files changed, 30 insertions(+), 24 deletions(-)

diff --git a/index.md b/index.md @@ -1,8 +1,8 @@ -## [about](/about.html) -## [now](/now.html) +##### [about](/about.html) +##### [now](/now.html) <!-- ## [info](/info.html) --> -## [posts](/posts.html) -## [memex](https://memex.beauhilton.com) -## [git](https://git.beauhilton.com) -## [contact](/contact.html) -## [RSS](/rss.xml) +##### [posts](/posts.html) +##### [memex](https://memex.beauhilton.com) +##### [git](https://git.beauhilton.com) +##### [contact](/contact.html) +##### [RSS](/rss.xml) diff --git a/style.css b/style.css @@ -45,8 +45,8 @@ section#masthead{ section#masthead h1{ margin:0; margin-top:2em; - font-size:calc(3em); - line-height:calc(1.5em); + font-size:3em; + line-height:1.5em; max-width:50em } section#masthead h1 a{ @@ -65,24 +65,24 @@ section#masthead h1 a:visited{ h2,h3{ margin-top:2em; - font-size:calc(1.5em); - line-height:calc(1.5em) + font-size:1.5em; + line-height:1.5em +} + +h5{ /* used only for the index page */ + margin-top:0.2em; + font-size:2em; + line-height:2em } @media screen and (max-width: 800px){ - section#masthead h1{ - font-size:3em; - font-size:calc(3em); - } + section#masthead div.presentation_summary img{ display:block } } @media screen and (min-width: 800px){ - section#masthead h1{ - font-size:3em; - font-size:calc(3em) - } + section#masthead div.presentation_summary img{ float:right } @@ -163,6 +163,10 @@ h2,h3{ color:#b9b9b9 } + a{ + color:#368aeb + } + a:hover{ color:#70b433 } @@ -173,16 +177,18 @@ h2,h3{ .response{ background-color:#444 } - h1,h1 a,h2,h2 a,h3,h3 a{ + + h1,h2,h3,h5{ color:#368aeb } - section#masthead h1 a{ + + section#masthead h1 a{ color:#dedede } - section#masthead h1 a:visited{ - color:#dedede; - text-decoration:none; + section#masthead h1 a:visited{ + color:#dedede; + text-decoration:none; } }