-
Notifications
You must be signed in to change notification settings - Fork 0
/
site.css
66 lines (53 loc) · 927 Bytes
/
site.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
html {
font-size: 14px;
background-color: #f1f1f1 !important;
}
@media (min-width: 768px) {
html {
font-size: 16px;
}
}
#brandElement {
color: inherit;
text-decoration: none;
}
.profile-image {
margin-bottom: 20px;
}
.image.mobile-profile-image {
float: left;
margin-right: 20px;
}
.linkedin:visited,
.github:visited,
.mastodon:visited {
color: black;
}
.mastodon:hover {
color: #6f42c1;
}
.linkedin:hover {
color: blue;
}
.github:hover {
color: green;
}
.social-account {
margin-right: 5px;
padding: 0 5px;
}
#site {
font-family: Avenir, Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
margin-top: 20px;
}
.card {
margin-bottom: 10px;
}
.highlight-color {
color: #209cee;
}
.topic {
box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19)
}