-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththeme.css
46 lines (38 loc) · 896 Bytes
/
theme.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
/* Theme colors */
a,
h1,
h2,
h3,
h4 {
color: #FF2F2F;
}
.hero {
background: #FF2F2F;
background: linear-gradient(315deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%), linear-gradient(315deg, #FA5A5A 0%, #FF2F2F 100%);
}
.main-nav {
background: #FF2F2F;
background: linear-gradient(315deg, #FA5A5A 0%, #FF2F2F 100%);
}
.nav-item.active {
border-bottom: 2px solid #fff;
}
.hero-title,
.hero-link,
.main-nav {
color: #fff;
}
.hero-title::after {
background: #fff;
}
.grey-bg {
background: #f5f5f5;
}
.hero-link.link-with-arrow::before {
content: url('data:image/svg+xml; utf8, <svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill="%23FFFFFF"><path d="M21.5 12.495L16 18h-3l4.498-4.5H3v-2h14.498L13 7h3z"/></svg>');
}
@media screen and (max-width: 1160px) {
#section-snippet .responsive-row {
flex-direction: column;
}
}