aboutsummaryrefslogtreecommitdiffstats
path: root/web/css
diff options
context:
space:
mode:
Diffstat (limited to 'web/css')
-rw-r--r--web/css/core.css3
-rw-r--r--web/css/core.scss5
2 files changed, 8 insertions, 0 deletions
diff --git a/web/css/core.css b/web/css/core.css
index bbf3ac381..d468f097d 100644
--- a/web/css/core.css
+++ b/web/css/core.css
@@ -279,6 +279,9 @@
margin-top: 0.5em;
margin-bottom: 0;
}
+#mysociety #nearby_lists li small {
+ color: #666666;
+}
#mysociety #alert_links {
float: right;
}
diff --git a/web/css/core.scss b/web/css/core.scss
index 9221206ff..22bdc3d2e 100644
--- a/web/css/core.scss
+++ b/web/css/core.scss
@@ -343,6 +343,11 @@ $map_width: 500px;
margin-top: 0.5em;
margin-bottom: 0;
}
+
+ #nearby_lists li small {
+ color: #666666;
+ }
+
#alert_links {
float: right;
}