-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.css
47 lines (47 loc) · 819 Bytes
/
resume.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
html, body {
width: 100%;
height: 100%;
overflow: auto;
background-color: #f5f5f5;
}
.notification {
background-color: transparent;
}
.title:not(.is-spaced) + .subtitle{
margin-top: 0;
}
.subtitle:not(:last-child){
margin-bottom: 0rem;
}
.notification .content, .notification .subtitle, .notification .title, .mt1 {
margin-top: 1em;
}
.title::before{
content: '$_ ';
color: #58D3F7;
}
.blue{
color: #58D3F7;
}
.name::before{
content: '';
}
.desc{
margin-top: -1.5rem !important;
text-decoration-line: underline;
text-decoration-style: line;
text-decoration-color: #58D3F7;
-moz-text-decoration-color: #58D3F7;
}
.marg {
margin-left: 3.5em;
}
.toggleable {
display: none;
}
.breadcrumb a {
cursor: initial;
}
.tags{
margin-top: 0.5em;
}