-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathstyle.css
More file actions
54 lines (43 loc) · 1.27 KB
/
style.css
File metadata and controls
54 lines (43 loc) · 1.27 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
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
body {
font-family: 'Inter', ui-sans-serif,-apple-system,system-ui,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,Helvetica,Apple Color Emoji,Arial,Segoe UI Emoji,Segoe UI Symbol !important;
/* padding: 20px 20px 60px; */
/* max-width: 680px; */
/* margin: 0 auto; */
max-height: 100vh;
}
h1, h2, h3 {
letter-spacing: -.025em;
}
.nextra-sidebar-container {
background: #f5f5f5 !important;
height: 93vh;
/* position: fixed; */
mask-image: none !important;
-webkit-mask-image: none !important;
font-family: "IBM Plex Mono", serif;
font-weight: 500;
padding: 0 16px 0 8px;
font-style: normal;
}
.nextra-sidebar-container .nx-bg-primary-100 {
background-color: #1c56fe !important;
color: white;
}
.nextra-breadcrumb {
display: none !important;
}
@media(max-width: 768px) {
.nextra-sidebar-container {
height: auto;
}
}
.nextra-toc {
display: none !important;
}
.nx-max-w-\[90rem\] {
max-width: 100vw !important;
}
footer {
display: none !important;
}