-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path720px.css
More file actions
57 lines (42 loc) · 688 Bytes
/
Copy path720px.css
File metadata and controls
57 lines (42 loc) · 688 Bytes
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
body {
}
body, td {
font:normal normal 100%/1.0 'Arbutus Slab';
}
.hidden {
display: none;
}
.gray-text {
color: gray;
}
.size-control {
padding-top: 5px;
}
.dark-text {
color: #a0a19c !important;
}
.dark-background {
color: #49483e !important;
}
#twitch_chat, #chat_column {
background-color: #272822 !important;
color: white;
}
a.light:link {
color: #800080;
}
a.light:visited {
color: #800080;
}
a.light:hover {
color: red;
}
a.dark:link {
color: #ae81ff !important;
}
a.dark:visited {
color: #ae81ff !important;
}
a.dark:hover {
color: #66d9ef !important;
}