summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorhmhealey <harrisonmhealey@gmail.com>2015-07-17 09:34:35 -0400
committerhmhealey <harrisonmhealey@gmail.com>2015-07-21 11:56:28 -0400
commit141d928d3c74621c277cc118c49e5b0f845e4691 (patch)
treeea04daa381777627dde094ca15f62ac7a355bcbf /web
parent5b917dd4a6fc4259cd17ad0b2e106f3b71254ef2 (diff)
downloadchat-141d928d3c74621c277cc118c49e5b0f845e4691.tar.gz
chat-141d928d3c74621c277cc118c49e5b0f845e4691.tar.bz2
chat-141d928d3c74621c277cc118c49e5b0f845e4691.zip
Changed the placeholder highlight for active thread to be more subtle
Diffstat (limited to 'web')
-rw-r--r--web/sass-files/sass/partials/_post.scss6
1 files changed, 4 insertions, 2 deletions
diff --git a/web/sass-files/sass/partials/_post.scss b/web/sass-files/sass/partials/_post.scss
index 87c7a427c..c8f259c11 100644
--- a/web/sass-files/sass/partials/_post.scss
+++ b/web/sass-files/sass/partials/_post.scss
@@ -323,8 +323,10 @@ body.ios {
@include legacy-pie-clearfix;
}
&.active-thread__content {
- // HARRISON remove me
- color: blue;
+ // this still needs a final style applied to it
+ & .post-body {
+ font-weight: bold;
+ }
}
}
.post-image__columns {