aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2013-09-17 13:51:28 +0100
committerLouise Crow <louise.crow@gmail.com>2013-09-17 13:51:28 +0100
commit9d17c9ba8a7f09bc9c1b64cd8c369927f6924247 (patch)
treecd577bc92f51430b0c50e1ebd7631f1c7d109db4
parentf970cf5e7c2c68e51e886e77278e328d4d353e46 (diff)
Couple more colour tweaks.
-rw-r--r--public/stylesheets/custom.css9
1 files changed, 4 insertions, 5 deletions
diff --git a/public/stylesheets/custom.css b/public/stylesheets/custom.css
index 20e0880..ef9d7b0 100644
--- a/public/stylesheets/custom.css
+++ b/public/stylesheets/custom.css
@@ -217,14 +217,13 @@ background:#FE0000;
color:#FFF;
}
-p.public-body-name-prefix {
-color:#DEB4D8;
-}
-
#other-country-notice a {
color:#FFF;
}
+#follow_count {
+ color: #FE0000;
+}
#link_box {
position:absolute;
@@ -269,4 +268,4 @@ background:url(../images/quote-marks.png) no-repeat;
#frontpage_examples .excerpt {
background:url(../images/quote-marks.png) no-repeat;
-} \ No newline at end of file
+}