-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhipster.css
72 lines (59 loc) · 1.02 KB
/
hipster.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
67
68
69
70
71
72
ul li h3 {
font-size: 1.5rem;
}
ul li ul li h3 {
font-size: 1rem;
}
ul li ul li ul li h3 {
font-size: 0.8rem;
font-weight: 300;
}
section h2 {
font-size: 2.5rem;
margin-top: 5rem;
}
section section h2 {
font-size: 1.5rem;
margin-top: 2rem;
display: flex;
align-items: center;
}
section section section h2 {
font-size: 1.25rem;
font-weight: 300;
margin-top: 1.5rem;
display: flex;
align-items: center;
}
section section a {
justify-self: end;
}
h7 {
font-weight: 600;
}
.nav-section {
max-height: 99vh;
min-width: max-content;
overflow-y: scroll;
position: sticky;
top: 0;
padding-top: 0.5vh;
padding-bottom: 0.5vh;
}
.main-section {
padding-top: 0.5vh;
padding-bottom: 0.5vh;
min-width: 40vw;
}
.btn-collapse {
width: 1rem;
}
[data-bs-toggle="collapse"].collapsed .if-not-collapsed {
display: none;
}
[data-bs-toggle="collapse"]:not(.collapsed) .if-collapsed {
display: none;
}
code a {
color: #d63384;
}