-
Notifications
You must be signed in to change notification settings - Fork 384
/
Copy path_light.scss
71 lines (58 loc) · 1.28 KB
/
_light.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
.light_theme {
ts-message {
color: $base-font-color;
@if global-variable-exists(base-font-family) {
font-family: $base-font-family;
}
&.unprocessed {
color: rgba($base-font-color, 0.75);
}
.msg_right_link {
color: $base-link-color;
}
.message_content {
.message_sender {
color: $base-font-color !important;
}
}
.comment:before {
color: $color-highlight;
}
&.archived .message_content,
&.bot_change .message_content,
&.joined .message_content,
&.left .message_content,
&.purpose .message_content,
&.rename .message_content,
&.sh_created .message_content .sh_auto_msg_text,
&.sh_shared .message_content .sh_auto_msg_text,
&.topic .message_content,
&.unarchived .message_content {
color: $color-highlight;
}
.meta {
color: $color-highlight;
}
.file_service_icon {
color: $color-highlight;
}
}
#message_editing_info {
color: $color-highlight;
}
#message_edit_form {
textarea {
color: $base-font-color;
}
p,
span {
color: $color-highlight;
}
}
.msg_inline_video_holder {
border: 1px solid $color-shade-dark;
}
.pinned_item_message_header {
color: $color-highlight;
}
}