aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Mytton <self@hecticjeff.net>2013-09-11 10:45:06 +0100
committerChris Mytton <self@hecticjeff.net>2013-09-11 10:45:06 +0100
commit10b8a68e9b2e3dadba7142a70022b4a636e644ad (patch)
treef0f2982de4e060412f4c445289fe402c3c2052c7
parentd20c81fb664a93ced8e41016a9e8cfd4f7098c1f (diff)
[Zurich] Add .muted class for deleted bodies
-rw-r--r--web/cobrands/zurich/_zurich.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/web/cobrands/zurich/_zurich.scss b/web/cobrands/zurich/_zurich.scss
index c9eb7a080..f9ea29d9a 100644
--- a/web/cobrands/zurich/_zurich.scss
+++ b/web/cobrands/zurich/_zurich.scss
@@ -35,3 +35,7 @@ body.frontpage #zurich-footer-wrapper {
#zurich-footer a:hover {
color: #3c3c3c;
}
+
+.muted, .muted a {
+ color: #aaa;
+}