Skip to content

Commit 0390a35

Browse files
committed
docs: css
1 parent 75ac07f commit 0390a35

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.vitepress/theme/custom.css

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,24 @@
22
--vp-c-brand-1: #107d8b;
33
--vp-layout-max-width: 1440px;
44
--vp-sidebar-bg-color: var(--vp-c-bg-alt);
5+
/* --vp-sidebar-width: 300px; */
6+
/* --vp-layout-max-width: 100%; */
7+
/* --vp-sidebar-padding-left: 0px; */
8+
/* --vp-c-gutter: transparent; */
59
}
610

711
.dark {
812
--vp-c-brand-1: #2e9dac;
13+
}
14+
15+
/* .VPSidebar {
16+
padding-left: 32px !important;
17+
}
18+
19+
.VPDoc.has-aside .content-container {
20+
max-width: 820px !important;
21+
} */
22+
23+
.title {
24+
border-bottom: transparent !important;
925
}

0 commit comments

Comments
 (0)