summaryrefslogtreecommitdiff
path: root/www/index.css
diff options
context:
space:
mode:
authorStephen Enders <senders@spotify.com>2019-01-21 23:50:18 -0500
committerStephen Enders <senders@spotify.com>2019-01-21 23:50:18 -0500
commit4c43ffa3107e7daab8565241c5e6764e1d6e92d1 (patch)
treec8eb869e3363b699328d176f2b9867a5d9975a12 /www/index.css
parentb59c8c6cb0a649092749f7432772acfeb6714d27 (diff)
2019-01-21 Post + So many updates to the site in general
Diffstat (limited to 'www/index.css')
-rw-r--r--www/index.css31
1 files changed, 26 insertions, 5 deletions
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;
+}