-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcustom.css
More file actions
40 lines (32 loc) · 808 Bytes
/
custom.css
File metadata and controls
40 lines (32 loc) · 808 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
:root {
--vp-home-hero-name-color: transparent;
--vp-home-hero-name-background: -webkit-linear-gradient(120deg, #1d63ed 30%, #b3d4f3);
--vp-home-hero-image-background-image: linear-gradient(0deg, rgba(29, 99, 237, 0.7), rgba(29, 99, 237, 0.7));
--vp-home-hero-image-filter: blur(64px);
--vp-sidebar-width: 210px; /* Custom Sidebar Width */
}
body {
overflow-y: scroll;
}
summary {
cursor: pointer;
}
table th {
text-wrap: nowrap;
}
.search-keywords {
display: none;
}
/* NOTE: This is a "fix" for the search modal content shift */
@supports (scrollbar-gutter: stable) {
@media (min-width: 769px) {
html {
scrollbar-gutter: stable;
}
}
}
.vp-doc p > img,
.vp-doc p > a > img {
display: inline-block;
margin-right: 8px;
}