summaryrefslogtreecommitdiffstats
path: root/src/_thread.scss
blob: 012bbf40ba5ba9782f0d8f305c37f82eb68bcf3b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
@use 'iro-sass/src/props';

@use 'common';

@mixin styles {
    .messageGroupList .columnSubject > .statusDisplay {
        margin-block-start: -.1em;
        margin-block-end: -.2em;
    }

    .messageSidebar {
        a:hover {
            text-decoration: underline;
        }

        .username {
            font-weight: bold;
        }
    }

    .messageContent {
        a:hover {
            text-decoration: underline;
        }
    }
}