forked from QasimWani/LeetHub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwelcome.css
65 lines (59 loc) · 1.3 KB
/
welcome.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
body {
background-color: #000000 !important;
padding: 10px;
text-align: center;
transition: background-color 0.75s ease;
font-family: 'Helvetica Neue', 'Lucida Grande', sans-serif;
}
#title {
font-family: 'Norwester', 'Helvetica Neue', 'Lucida Grande',
sans-serif;
font-size: 5em;
font-weight: bold;
margin-bottom: 0px;
margin-top: 10px;
}
.caption {
font-family: 'Norwester', 'Helvetica Neue', 'Lucida Grande',
sans-serif;
font-size: 1.5em;
font-weight: normal !important;
margin-top: 3px !important;
margin-bottom: 0px;
}
#error {
font-family: 'Norwester', 'Helvetica Neue', 'Lucida Grande',
sans-serif;
font-weight: normal !important;
color: red !important;
margin-bottom: 0px;
}
#success {
font-family: 'Norwester', 'Helvetica Neue', 'Lucida Grande',
sans-serif;
font-size: 1.1em;
font-weight: normal !important;
color: green !important;
margin-bottom: 0px;
}
#unlink {
font-family: 'Norwester', 'Helvetica Neue', 'Lucida Grande',
sans-serif;
font-size: 1.1em;
font-weight: normal !important;
color: green !important;
margin-bottom: 0px;
}
p {
color: white !important;
}
.onboarding {
font-family: sans-serif;
border-top: solid white 1px;
font-weight: 500;
font-size: medium;
}
a {
color: white !important;
cursor: pointer;
}