From 240f81af53b0619fd4e8d727442cfbd507f07a1f Mon Sep 17 00:00:00 2001 From: Blaise Thompson Date: Wed, 7 Nov 2018 20:09:53 -0600 Subject: 2018-11-07 20:09 --- public/index.html | 4 +--- public/style.css | 15 ++++++++------- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/public/index.html b/public/index.html index b80674b..2ecad61 100644 --- a/public/index.html +++ b/public/index.html @@ -9,7 +9,7 @@

blaise.zone

Welcome to Blaise Thompson's personal website!
This page simply links to all of my public profiles & projects.
- Thanks for stopping by! —Blaise (pronoun.is/he) + Thanks for stopping by! —Blaise (pronoun.is/he)

professional

curriculum vitae
LinkedIn
ORCID
@@ -23,10 +23,8 @@ Read the Docs
Stack Exchange

projects

WrightTools
- Wright Group
yaq
tidy_headers
gitsieve
- WrightSim
diff --git a/public/style.css b/public/style.css index b9970fe..8a1a7d6 100644 --- a/public/style.css +++ b/public/style.css @@ -1,15 +1,16 @@ a { - text-decoration : none + text-decoration: none; + color: #81a2be; } body { font-family: sans-serif; margin: 40px auto; max-width: 650px; - line-height:1.6; - font-size:16px; - backgroud-color:#ffffff; - color:#454545; - padding:0 10px; - text-align:left; + line-height: 1.6; + font-size: 16px; + background-color: #1d1f21; + color: #c5c8c6; + padding: 0 10px; + text-align: left; } -- cgit v1.2.3