summaryrefslogtreecommitdiff
path: root/design/sass
diff options
context:
space:
mode:
Diffstat (limited to 'design/sass')
-rw-r--r--design/sass/_archives.scss5
-rw-r--r--design/sass/_details.scss7
2 files changed, 11 insertions, 1 deletions
diff --git a/design/sass/_archives.scss b/design/sass/_archives.scss
index 29f33df..c477467 100644
--- a/design/sass/_archives.scss
+++ b/design/sass/_archives.scss
@@ -292,7 +292,10 @@
}
.post-location {
color: lighten($body_font_light, 5);
-
+ a {
+ color: lighten($body_font_light, 5);
+ text-decoration: none;
+ }
}
.btn {
@include smcaps;
diff --git a/design/sass/_details.scss b/design/sass/_details.scss
index 8550695..7348916 100644
--- a/design/sass/_details.scss
+++ b/design/sass/_details.scss
@@ -139,6 +139,13 @@ h4.post-source {
}
}
}
+
+.post-location {
+ a {
+ color: $secondary_link_color;
+ text-decoration: none;
+ }
+}
//### PAGE NAVIGATION ###
.nav-wrapper {
@include constrain_narrow();