From fd655c4d8dcb522d331e53a392e331ddefef1b18 Mon Sep 17 00:00:00 2001 From: Paul Oliver Date: Mon, 7 Apr 2025 12:47:50 -0700 Subject: Style tweaks --- css/style.css | 22 ++++++++++++++++------ index.md | 2 +- 2 files changed, 17 insertions(+), 7 deletions(-) diff --git a/css/style.css b/css/style.css index e6fcdd1..c6d3ae8 100644 --- a/css/style.css +++ b/css/style.css @@ -1,11 +1,13 @@ html { + background-color: #073642; + color: #839496; margin: 0; padding: 0 5px; } body { - background-color: #fdfdfd; - color: #313b45; + background-color: #073642; + color: #839496; font-family: sans-serif; font-size: 15px; hyphens: auto; @@ -16,12 +18,20 @@ body { h1 { border-bottom: solid 1px #ccc; - font-size: 56px; - font-weight: 100; + font-size: 250%; + font-weight: 400; margin-left: -5px; - padding-bottom: 20px; + padding-bottom: 1px; } a { - color: blue; + color: #b58900; +} + +a:visited { + color: #cb4b16; +} + +a:hover { + color: #cb4b16; } diff --git a/index.md b/index.md index e07f6e2..a741ca0 100644 --- a/index.md +++ b/index.md @@ -2,7 +2,7 @@ title: paul's portfolio --- -# pauloliver +# paul\'s portfolio ### sections [#bio](#bio)\ -- cgit v1.2.1