We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49c7e9e commit 26816daCopy full SHA for 26816da
docs/.vuepress/styles/index.scss
@@ -148,4 +148,8 @@ div[style*="z-index: 2147483647"] {
148
149
figure:hover {
150
cursor: pointer;
151
+}
152
+
153
+.vp-page-title h1{
154
+ margin-bottom: 0;
155
}
docs/.vuepress/styles/palette.scss
@@ -163,6 +163,7 @@ html[data-theme="dark"] {
163
--vp-c-text: #d1dce0;
164
--vp-c-text-mute: white;
165
--border-color:white;
166
+ --vp-c-gutter:black;
167
168
169
html[data-theme="light"] {
@@ -179,6 +180,7 @@ html[data-theme="light"] {
179
180
--vp-c-text: #000;
181
--vp-c-text-mute: black;
182
--border-color:black;
183
+ --vp-c-gutter:white;
184
185
186
$font-body: 15px;
0 commit comments