diff options
author | Peter Mikkelsen <petermikkelsen10@gmail.com> | 2021-07-02 04:13:44 +0000 |
---|---|---|
committer | Peter Mikkelsen <petermikkelsen10@gmail.com> | 2021-07-02 04:13:44 +0000 |
commit | a1038655f34cf64dcd66c5ff43ef017e4dee39b3 (patch) | |
tree | d9b17d43d4bbba4bede6ff06fffae3d6570a345c | |
parent | 2d5ebf3532e32ff63224cd7c4568832afaab3e84 (diff) |
Update style for pmikkelsen.com
-rw-r--r-- | sites/pmikkelsen.com/_werc/pub/style.css | 38 |
1 files changed, 34 insertions, 4 deletions
diff --git a/sites/pmikkelsen.com/_werc/pub/style.css b/sites/pmikkelsen.com/_werc/pub/style.css index 4c46c98..9403b0c 100644 --- a/sites/pmikkelsen.com/_werc/pub/style.css +++ b/sites/pmikkelsen.com/_werc/pub/style.css @@ -55,20 +55,50 @@ img { } body { - background-color: #ffffea; + background-color: #e3dfd7; } header h1 { - background-color: #eaffea; + background-color: #c2d2c6; } html { font-size: 1.2em; } +header nav, footer { + background-color: #442a13; +} + code > pre { - border: 2px solid #8888cc; - background-color: #eaffff; + border: 2px solid #442a13; + background-color: #c2d2c6; width: max-content; padding: 0 0.5em; } + +body > nav > div a { + color: #442a13; +} + +body > nav > div a:hover { + color: #442a13; + background-color: #c2d2c6; +} + +article h1, article h2 { + color: #c48f3b; + border-bottom: 2px solid #442a13; +} + +.thisPage { + color: #c48f3b; +} + +article a { + color: #c48f3b; +} + +article a:hover { + color: #442a13; +}
\ No newline at end of file |