File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed
docs/.vitepress/theme/styles Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 4
4
5
5
html : has (.landing ) {
6
6
background-color : # 101010 ;
7
- --vp-c-bg : # 101010 ;
8
7
9
8
body {
10
9
background-color : # 101010 ;
11
10
}
12
11
}
13
12
13
+ html .dark : has (.landing ) {
14
+ --vp-c-bg : # 101010 ;
15
+ }
16
+
14
17
.landing {
15
18
overflow-x : hidden;
16
19
background-color : # 101010 ;
@@ -37,9 +40,14 @@ html:has(.landing) {
37
40
38
41
.content-body {
39
42
background : none !important ;
43
+ transition : none;
40
44
}
41
45
}
42
46
47
+ .VPNavBar * : not (.wrapper * ) {
48
+ transition : none;
49
+ }
50
+
43
51
.VPFooter {
44
52
border-top : 1px solid # 262626 !important ;
45
53
background : radial-gradient (circle at top center, # 0f151a 30% , # 000000 80% );
@@ -58,6 +66,10 @@ html:has(.landing) {
58
66
display : none;
59
67
}
60
68
69
+ .VPMenu .translations + .group {
70
+ display : none;
71
+ }
72
+
61
73
.VPNavScreenAppearance {
62
74
visibility : hidden;
63
75
}
You can’t perform that action at this time.
0 commit comments