diff options
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 |