summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_post.scss
diff options
context:
space:
mode:
Diffstat (limited to 'web/sass-files/sass/partials/_post.scss')
-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 {