Skip to content

Commit 26816da

Browse files
authored
engine: small css adjustments (#854)
1 parent 49c7e9e commit 26816da

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

docs/.vuepress/styles/index.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,4 +148,8 @@ div[style*="z-index: 2147483647"] {
148148

149149
figure:hover {
150150
cursor: pointer;
151+
}
152+
153+
.vp-page-title h1{
154+
margin-bottom: 0;
151155
}

docs/.vuepress/styles/palette.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ html[data-theme="dark"] {
163163
--vp-c-text: #d1dce0;
164164
--vp-c-text-mute: white;
165165
--border-color:white;
166+
--vp-c-gutter:black;
166167
}
167168

168169
html[data-theme="light"] {
@@ -179,6 +180,7 @@ html[data-theme="light"] {
179180
--vp-c-text: #000;
180181
--vp-c-text-mute: black;
181182
--border-color:black;
183+
--vp-c-gutter:white;
182184
}
183185

184186
$font-body: 15px;

0 commit comments

Comments
 (0)