-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
88 lines (76 loc) · 1.49 KB
/
style.css
File metadata and controls
88 lines (76 loc) · 1.49 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
80
81
82
83
84
85
86
87
88
html {
line-height: 1.5;
-webkit-text-size-adjust: 100%;
-moz-tab-size: 4;
tab-size: 4;
font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-feature-settings: normal;
font-variation-settings: normal;
-webkit-tap-highlight-color: transparent;
}
body {
display:block;
font-family: system-ui;
margin: 0;
line-height: inherit;
background: #fafafa;
color: #2B2B2B;
}
.envlope {
padding: 1.25rem;
padding-top: 15vh;
padding-bottom: 15vh;
width: 100%;
max-width: 30rem;
margin-left: auto;
margin-right: auto;
}
h1 {
font-size:3rem;
font-weight:lighter;
color:#0070c0;
}
h1 strong {
font-weight:normal;
}
h2 {
font-size:2rem;
font-weight:lighter;
color:#0070c0;
}
p {
min-height: 5vh;
font-size: 1.125rem;
line-height: 1.75rem;
margin-top: 2.5rem;
margin-bottom: 2rem;
}
ul {
list-style: none;
padding-left: 0.5rem;
}
ul li {
margin: 0.25em 0;
}
li::before {
content: "‒";
color: #0070c0;
}
.font-bold {
font-weight:bold;
}
a {
color:#2B2B2B;
text-decoration: underline;
text-decoration-skip-ink: none;
text-decoration-thickness: 0.2em;
text-underline-offset: -0.05em;
text-decoration-color: rgba(0,112,192, .2); /* rgba(0, 112, 192, .5); */
}
a:hover {
text-decoration: underline;
text-decoration-skip-ink: auto;
text-decoration-thickness: 0.1em;
text-underline-offset: 0.05em;
text-decoration-color: rgba(0,112,192, 1);
}