-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles-2022.css
108 lines (88 loc) · 1.36 KB
/
styles-2022.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
body {
font-family: 'Montserrat', sans-serif;
}
.green-button:hover {
background-color: #19f3be;
color: #000;
}
.blue-button:hover {
background-color: #4bafff;
color: #000;
}
.pink-button:hover {
background-color: #ff036a;
color: #000;
}
.codebar-blue {
color: #4bafff;
}
.codebar-pink {
color: #ff036a;
}
.codebar-green {
color: #19f3be;
}
.codebar-grey {
color: rgb(168, 172, 177);
}
.green-border {
border-color: #19f3be;
}
.blue-border {
border-color: #4bafff;
}
.pink-border {
border-color: #ff036a;
}
.speaker a {
color: #000;
text-decoration: underline;
}
a {
color: #4bafff;
}
.header-bg {
background-image: url("assets/header-background.jpg");
background-size: cover;
}
.date {
font-weight: 700;
color: #4bafff;
font-size: 1.75rem;
}
.blue-list li::before {
content: "\2022";
color: #4bafff;
width: 1em;
padding: 5px;
margin-right: 20px;
}
.yt-image {
position: relative;
}
.yt-svg {
position: absolute;
top: 35%;
left: 42%;
}
.blue-square {
position: absolute;
bottom: 0;
left: 8%;
z-index: -1;
}
.green-circle {
position: absolute;
bottom: -23%;
right: -15%;
z-index: -1;
}
.sponsor-logo {
max-height: 8em;
}
.bw-image {
filter: brightness(0%);
}
.white-image {
filter: brightness(0) invert(1);
}