diff options
author | Peter Mikkelsen <petermikkelsen10@gmail.com> | 2021-07-02 04:22:08 +0000 |
---|---|---|
committer | Peter Mikkelsen <petermikkelsen10@gmail.com> | 2021-07-02 04:22:08 +0000 |
commit | 079a1f20af97551a00559c1c6f5bb8fb98b33f05 (patch) | |
tree | 9ff70f4932beb8c0c809c7b9b3f804118791416e /sites/pmikkelsen.com/_werc/pub/style.css | |
parent | a698e93c73ed3a3134e7b52dcd01e06d2ac9768b (diff) |
Update style again
Diffstat (limited to 'sites/pmikkelsen.com/_werc/pub/style.css')
-rw-r--r-- | sites/pmikkelsen.com/_werc/pub/style.css | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/sites/pmikkelsen.com/_werc/pub/style.css b/sites/pmikkelsen.com/_werc/pub/style.css index 9403b0c..b79b8df 100644 --- a/sites/pmikkelsen.com/_werc/pub/style.css +++ b/sites/pmikkelsen.com/_werc/pub/style.css @@ -77,7 +77,7 @@ code > pre { padding: 0 0.5em; } -body > nav > div a { +body > nav > div a, article a:hover { color: #442a13; } @@ -91,14 +91,6 @@ article h1, article h2 { border-bottom: 2px solid #442a13; } -.thisPage { +article a, .thisPage, footer, header nav { color: #c48f3b; } - -article a { - color: #c48f3b; -} - -article a:hover { - color: #442a13; -}
\ No newline at end of file |