-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcustom.css
More file actions
40 lines (33 loc) · 825 Bytes
/
custom.css
File metadata and controls
40 lines (33 loc) · 825 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, #ff80f2, 30%, #c080ff);
--vp-home-hero-image-background-image: linear-gradient(0deg, #c080ff, #c080ff);
--vp-home-hero-image-filter: blur(72px);
--vp-sidebar-width: 230px; /* Custom Sidebar Width */
--vp-button-alt-bg: var(--vp-c-default-1);
}
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;
}