-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
59 lines (59 loc) · 960 Bytes
/
Copy pathstyle.css
File metadata and controls
59 lines (59 loc) · 960 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
h1 {
font-size: 4rem;
text-align: center;
font-family: 'Alegreya Sans SC';
}
h1::after {
content: "";
display: block;
border-bottom: 3px solid var(--primary);
width: 10%;
margin: 0 auto;
border-radius: 50px;
margin-top: 7px;
min-width: 70px;
}
span {
width: calc(100% - 6px);
margin: 5px 3px;
text-align: center;
font-size: 2.2rem;
display: block;
}
h2 {
font-size: 3rem;
margin: 5px 0;
font-family: 'Alegreya Sans SC';
}
details {
margin: 5px;
}
details:first-child {
margin-top: 10px;
}
details:last-child {
margin-bottom: 10px;
}
summary {
font-size: 2.4rem;
font-family: 'Barlow';
height: 2.4rem;
}
p {
margin: 5px 18px;
font-size: 1.8rem;
}
a {
color: dodgerblue;
font-size: inherit;
font-family: inherit;
}
.version:not(:last-child)::after {
content: "";
display: block;
border-bottom: 3px solid var(--primary);
width: 70%;
margin: 0 auto;
border-radius: 50px;
margin-top: 7px;
}