-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
79 lines (70 loc) · 1.04 KB
/
styles.css
File metadata and controls
79 lines (70 loc) · 1.04 KB
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
body {
background: #07080f;
font-family: 'Raleway';
color: #FFFFFF;
height: 100%;
width: 100%
}
.container {
-ms-transform: translateY(-50%);
-webkit-transform: translate(-50%);
transform: translateY(-50%);
position: relative;
top: 50%;
max-width: max-content;
}
.intro {
padding-bottom: 0.5em;
font-weight: 700;
font-size: 36px;
line-height: 40px;
}
.links,
.bottom {
padding-bottom: 0.5em;
font-weight: 300;
font-size: 24px;
line-height: 34px;
}
a.yabro {
color: #d16969;
}
a.yabro:hover,
a.yabro:focus {
color: #ab4949;
}
a.github {
color: #768599;
}
a.github:hover,
a.github:focus {
color: #525d6b;
}
a.linkedin {
color: #0976b4;
}
a.linkedin:hover,
a.linkedin:focus {
color: #086498;
}
a.twitter {
color: #1d9bf0;
}
a.twitter:hover,
a.twitter:focus {
color: #086498;
}
a.telegram {
color: #24a4e4;
}
a.telegram:hover,
a.telegram:focus {
color: #086498;
}
a.email {
color: #bd7db7;
}
a.email:hover,
a.email:focus {
color: #965a91;
}