-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
88 lines (86 loc) · 1.33 KB
/
style.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
body {
background-color: #23272a;
}
a {
color: #fff;
font-family: Inter, sans-serif;
}
h1 {
color: #fff;
font-family: Inter, sans-serif;
}
h2 {
color: #fff;
}
p {
color: #fff;
font-family: Inter, sans-serif;
}
h4 {
color: #fff;
}
p {
color: #fff;
}
ohyeah {
color: #fff;
}
.jumbotron {
background-color: #1f1c1c;
margin: 50px;
padding: 15px;
margin-bottom: 20px;
}
li {
font-family: Inter;
}
body {
overflow-y: hidden;
}
.footer {
margin: 2rem auto 0;
padding: 1rem 0 0.75rem 0;
width: 100%;
flex-wrap: wrap;
}
.footer a:hover {
background: var(--color-primary);
}
/* Our button */
.button {
padding: 0.75rem 1rem;
font-size: 1.1rem;
line-height: 1rem;
font-weight: 500;
height: 2.75rem;
align-items: center;
cursor: pointer;
background: #5865F2;
border: 1px solid #000000;
box-sizing: border-box;
border-radius: 4px;
text-decoration: none;
color: #000;
white-space: nowrap;
margin-left: auto;
}
.button-tg {
padding: 0.75rem 1rem;
font-size: 1.1rem;
line-height: 1rem;
font-weight: 500;
height: 2.75rem;
align-items: center;
cursor: pointer;
background: #0088cc;
border: 1px solid #000000;
box-sizing: border-box;
border-radius: 4px;
text-decoration: none;
color: #000;
white-space: nowrap;
margin-left: auto;
}
.button img {
margin-right: 0.5rem;
}