From 4c43ffa3107e7daab8565241c5e6764e1d6e92d1 Mon Sep 17 00:00:00 2001 From: Stephen Enders Date: Mon, 21 Jan 2019 23:50:18 -0500 Subject: 2019-01-21 Post + So many updates to the site in general --- www/index.css | 31 ++++++++++++++++++++++++++----- 1 file changed, 26 insertions(+), 5 deletions(-) (limited to 'www/index.css') diff --git a/www/index.css b/www/index.css index 7d14951..137b613 100644 --- a/www/index.css +++ b/www/index.css @@ -1,4 +1,8 @@ -html,body { margin: 0; font-family: monospace; } +html,body { margin: 0; font-family: sans-serif; } +#body { margin: 16px 10%; } +#body article { border-bottom: 1px solid #060606; } +#body article:last { border-bottom: none; } + #header { background-color: #060606; color: #67ff79; @@ -11,8 +15,25 @@ html,body { margin: 0; font-family: monospace; } #header > nav > a:link { color: #81b7ff } #header > nav > a:visited { color: #cd78f4; } #header > nav > a:focus, #header > nav > a:active, #header > nav > a:hover { color: #6005dd; } -#header > .title { display: inline-block; font-size: 1.5em; } -#body { margin: 16px 10%; } -#body article { border-bottom: 1px solid #060606; } -#body article:last { border-bottom: none; } +#header > .title { display: inline-block; font-size: 1.5em; text-decoration: none; } +#header > a.title:link, + #header > a.title:visited, + #header > a.title:hover, + #header > a.title:focus, + #header > a.title:active { + color:inherit; text-decoration: none; +} +#footer { + font-size: 0.5em; + float:right; +} +code { + font-family: monospace; + color: #333; + font-size:1.1em; +} + +code.inline { + display: inline; +} -- cgit v1.2.3-54-g00ecf