forked from 3ventic/ws-chat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dark.css
71 lines (57 loc) · 905 Bytes
/
dark.css
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
body {
background-color: #1E1E1E;
color: #9C9C9C;
}
#app-info {
border-bottom-color: #111;
}
#app-messaging {
border-top-color: #111;
}
#app-messaging-input {
background-color: #2E2E2E;
color: #ACACAC;
}
div.highlight {
background-color: #3E1E1E;
}
div.mouse-highlight {
background-color: #111;
}
span.highlight {
color: #1E1E1E;
background-color: #FFF;
}
span.modicon {
-webkit-filter: invert(0.7);
-moz-filter: invert(0.7);
filter: invert(0.7);
}
#emote-label {
background-color: #000;
color: #FFF;
}
.system {
color: #aa0;
}
.resub {
background-color: #FFF;
color: #6441a5;
}
a {
color: #FFF;
}
a:visited {
color: #CCC;
}
.highlight-line {
background-color: #1B1E2E;
}
.deleted,
.deleted > span.user {
color: #44485F !important;
text-decoration: line-through;
}
.deleted img {
opacity: 0.7;
}