-
Notifications
You must be signed in to change notification settings - Fork 15
/
custom.css
60 lines (48 loc) · 800 Bytes
/
custom.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
.nextra-body.full {
margin: 0 auto;
}
code {
@apply text-sm;
}
.dark .invert-on-dark {
filter: invert(1) brightness(1.8);
}
.nextra-toc-meta {
display: none;
}
code {
font-family: "Menlo", PT Mono, Consolas, Monaco, "Andale Mono", "Ubuntu Mono",
monospace !important;
}
video {
/* border: 2px solid #262626;
border-radius: 10px; */
width: 100%;
margin: 2em 0;
/* padding: 0 2em;
background: black; */
}
.dark p,
.dark ol,
.dark li {
color: #e3e3e3;
}
iframe {
border-radius: 7px;
margin: 2em 0;
}
p > strong {
color: #3077c6;
}
.nextra-sidebar-menu {
box-shadow: none !important;
}
.dark .nextra-sidebar-menu > div {
background: black !important;
}
.light .nextra-sidebar-menu > div {
background: white !important;
}
a > h1 {
font-weight: 500;
}