summaryrefslogtreecommitdiffstats
path: root/web/sass-files
diff options
context:
space:
mode:
Diffstat (limited to 'web/sass-files')
-rw-r--r--web/sass-files/sass/partials/_post.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/web/sass-files/sass/partials/_post.scss b/web/sass-files/sass/partials/_post.scss
index 98b17120d..df565d763 100644
--- a/web/sass-files/sass/partials/_post.scss
+++ b/web/sass-files/sass/partials/_post.scss
@@ -319,6 +319,12 @@ body.ios {
max-width: 100%;
@include legacy-pie-clearfix;
}
+ &.active-thread__content {
+ // this still needs a final style applied to it
+ & .post-body {
+ font-weight: bold;
+ }
+ }
}
.post-image__columns {
@include legacy-pie-clearfix;