-
Notifications
You must be signed in to change notification settings - Fork 1
/
colors.css
110 lines (94 loc) · 1.59 KB
/
colors.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
nothingHasThisTagImPrettySure {
color: black;
}
nothingHasThisTagImPrettySure {
color: white;
}
uuuuuuuuuuuuuuuuuu {
color: #D494E5;
}
uuuuuuuuuuuuuuuuuu {
color: #EB87B0;
}
nothingHasThisTagImPrettySure {
color: #F07E83;
}
nothingHasThisTagImPrettySure {
color: #F3A271;
}
html, body, button {
color: #FFFFFF;
}
red {
color: #F07E83
}
orange {
color: #F3A271
}
yellow {
color: #F4F39E;
}
nothingHasThisTagImPrettySure {
background-color: black;
}
nothingHasThisTagImPrettySure {
background-color: white;
}
#navbar {
background-color: #a51e5f;
}
#theEmailLink:hover, #main_s > p, button:hover:not(.disabled) {
background-color: #a51e5f;
}
#qa_s, #countdown_s, #map_s, #contact_s {
background-color: rgba(240,126,131,0.4);
}
gjeljgewgjigj {
background-color: #F07E83;
}
{
background-color: #F3A271;
}
.bar {
background-color: white;
}
nothingHasThisTagImPrettySure {
border-color: black;
}
nothingHasThisTagImPrettySure {
border-color: white;
}
gkughkujhgk {
border-color: #D494E5;
}
nothingHasThisTagImPrettySure {
border-color: #EB87B0;
}
nothingHasThisTagImPrettySure {
border-color: #F07E83;
}
nothingHasThisTagImPrettySure {
border-color: #F3A271;
}
#navbar, button {
border-color: white;
}
/* Exceptions */
#contact_s {
}
footer {
color: white;
background: #a51e5f;
}
.faq, #countdownTimer, #button {
/*background: rgba(0, 0, 0, .1;*/
}
/* Buttons */
button {
background-color: transparent;
}
@media screen and (max-width: 650px) {
button {
background-color: inherit;
}
}