diff options
author | Paul Oliver <contact@pauloliver.dev> | 2025-04-07 12:47:50 -0700 |
---|---|---|
committer | Paul Oliver <contact@pauloliver.dev> | 2025-04-21 09:38:40 -0700 |
commit | fd655c4d8dcb522d331e53a392e331ddefef1b18 (patch) | |
tree | ca6fb5e996f9d005fa67e78a544b8714eb1e41ad | |
parent | 378c1268d20ab59474d1c90d2dce9208e97b7fdd (diff) |
-rw-r--r-- | css/style.css | 22 | ||||
-rw-r--r-- | 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; } @@ -2,7 +2,7 @@ title: paul's portfolio --- -# pauloliver +# paul\'s portfolio ### sections [#bio](#bio)\ |