-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_modmail.scss
45 lines (37 loc) · 991 Bytes
/
_modmail.scss
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
@import 'colors';
.message {
.subject .correspondent {
background-color: transparent;
border: none;
}
&.recipient > .entry {
color: $listings-post-text-color;
}
&.message-reply.recipient > .entry .head,
&.message-parent.recipient > .entry .head {
color: $listings-post-text-color;
}
.tagline a,
.md a {
color: $link-title-color;
&.moderator {
background-color: $link-author-mod-background-color;
border: 1px solid $link-author-mod-border-color;
border-radius: 3px;
color: $listings-post-text-color;
padding: 4px;
display: inline-block;
}
&:hover,
&:active {
color: $link-title-color-hover;
}
&:visited {
color: $link-title-color-visited;
}
}
&.new > .entry {
background-color: $link-background-color-sticky;
border: none;
}
}