-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathstyleFallback.css
More file actions
72 lines (55 loc) · 859 Bytes
/
styleFallback.css
File metadata and controls
72 lines (55 loc) · 859 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
body {
background-color: #262626;
}
header {
background-color: #424242;
}
footer {
background-color: #6b29ef;
}
a {
color: #b494f7;
}
a.pill {
background-color: #424242;
}
a.pill.selected {
background-color: #6b29ef;
}
select.pill {
background-color: #424242;
}
select.pill.selected {
background-color: #6b29ef;
}
button {
background-color: #6b29ef;
}
button.secondary {
background-color: #8449fc;
}
button.bad {
background-color: rgba(255, 255, 255, 0.2);
}
button.reallyBad {
background-color: #ef2727;
}
button.highlight {
background-color: #27ef70;
color: black;
}
.card.coloured {
background-color: #6b29ef;
}
.item.coloured {
background-color: #6b29ef;
}
.adIcon {
background-color: #27ef70;
}
.loader {
color: #424242;
}
.skipTo {
background-color: #6b29ef;
}