-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
64 lines (49 loc) · 852 Bytes
/
style.css
File metadata and controls
64 lines (49 loc) · 852 Bytes
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
body {
background-color: #F5F5F5;
color: #282828;
}
.hire {
font-family: 'Inter', sans-serif;
font-size: 18px;
font-weight: 400;
}
a {
color: #344033;
text-decoration: none !important;
}
a:hover {
color: #6C757D;
}
h1 {
font-family: 'Helvetica', sans-serif;
color: #282828;
}
h2 {
font-family: 'Helvetica', sans-serif;
color: #282828;
}
h3 {
font-family: 'Helvetica', sans-serif;
color: #282828;
}
h5 {
font-family: 'Helvetica', sans-serif;
color: #f0eee9;
}
p {
font-family: 'Helvetica', sans-serif;
font-size: 15px;
font-weight: 100;
}
.heading-line {
border-top: 1px solid #282828;
/* Change color as needed */
width: 100%;
/* Additional styling for the line as needed */
}
.demo {
background-color: #344033;
}
.card {
margin: 1em;
}