-
Notifications
You must be signed in to change notification settings - Fork 0
/
sports.css
119 lines (96 loc) · 1.91 KB
/
sports.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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
button.ui.button.color1 {
background-color: #c03433;
color: #ffffff;
}
button.ui.button.color2 {
background-color: #471619;
color: #ffffff;
}
button.ui.button.color3 {
background-color: #da4e71;
color: #ffffff;
}
button.ui.button.color4 {
background-color: #784280;
color: #ffffff;
}
button.ui.button.color5 {
background-color: #2e3377;
color: #ffffff;
}
button.ui.button.color6 {
background-color: #4073aa;
color: #ffffff;
}
button.ui.button.color7 {
background-color: #4a9e84;
color: #ffffff;
}
button.ui.button.color8 {
background-color: #2a3c26;
color: #ffffff;
}
button.ui.button.color9 {
background-color: #ebca47;
color: #ffffff;
}
button.ui.button.color10 {
background-color: #f09d37;
color: #ffffff;
}
button.ui.button.color11 {
background-color: #cce6e7;
color: #000000;
}
button.ui.button.color12 {
background-color: #df865e;
color: #ffffff;
}
button.ui.button.color13 {
background-color: #f7e9cf;
color: #000000;
}
button.ui.button.color14 {
background-color: #b58152;
color: #ffffff;
}
button.ui.button.color15 {
background-color: #b2aa93;
color: #ffffff;
}
button.ui.button.color16 {
background-color: #857331;
color: #ffffff;
}
button.ui.button.color17 {
background-color: #f4df82;
color: #000000;
}
button.ui.button.color18 {
background-color: #bcce84;
color: #000000;
}
button.ui.button.color19 {
background-color: #cbdeca;
color: #000000;
}
button.ui.button.color20 {
background-color: #a5aba7;
color: #ffffff;
}
button.ui.button.color21 {
background-color: #71b1ca;
color: #ffffff;
}
button.ui.button.color22 {
background-color: #c67ca1;
color: #ffffff;
}
button.ui.button.color23 {
background-color: #e19fad;
color: #ffffff;
}
button.ui.button.color24 {
background-color: #657072;
color: #ffffff;
}