summaryrefslogtreecommitdiffstats
path: root/src/_thread.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/_thread.scss')
-rw-r--r--src/_thread.scss12
1 files changed, 10 insertions, 2 deletions
diff --git a/src/_thread.scss b/src/_thread.scss
index f41de31..012bbf4 100644
--- a/src/_thread.scss
+++ b/src/_thread.scss
@@ -9,8 +9,16 @@
9 } 9 }
10 10
11 .messageSidebar { 11 .messageSidebar {
12 background-color: props.get(common.$wcfContentBackground); 12 a:hover {
13 13 text-decoration: underline;
14 }
15
16 .username {
17 font-weight: bold;
18 }
19 }
20
21 .messageContent {
14 a:hover { 22 a:hover {
15 text-decoration: underline; 23 text-decoration: underline;
16 } 24 }