diff --git a/_config.yml b/_config.yml index a2eab90..8e7e03c 100644 --- a/_config.yml +++ b/_config.yml @@ -1,4 +1,4 @@ -title: The Mediocre Blog +title: Mediocre Blog author: Brian Picciano email: mediocregopher@gmail.com description: >- diff --git a/_includes/header.html b/_includes/header.html index 586b613..7eafb53 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -1,12 +1,12 @@ diff --git a/assets/main.css b/assets/main.css index b43779e..cd0b855 100644 --- a/assets/main.css +++ b/assets/main.css @@ -2,15 +2,35 @@ ul { list-style: circle; } +.light { + color: #666; +} + +.light a { + color: #666 !important; +} + +.light a:hover { + color: #222; +} + +/* for making all content within a row be vertically centered */ +.row-vertically-centered .columns { + display: inline-block; + float: none; + margin-left: 0; + vertical-align: middle; +} + #title-header { - border-bottom: 1px solid #AAA; + border-bottom: 1px solid #666; + padding-top: 2rem; + padding-bottom:2rem; } #title-header .title { - margin-top: 2rem; - margin-bottom: 2rem; - margin-left: 0; - margin-right: 0; + margin: 0; + font-weight: bold; } #title-header .title a { @@ -18,18 +38,9 @@ ul { text-decoration: none; } -#title-header .social { - margin-top: 1rem; -} - #title-header .social .spaced { - color: #AAA; text-decoration: none; - margin-right: 1em; -} - -#title-header .social a:hover { - color: #222; + margin-right: 0.5em; } #posts-list { @@ -55,10 +66,6 @@ ul { margin: 0; } -#post-sub-header { - color: #AAA; -} - #post-content ul { margin-left: 1em; }