Skip to content

Commit 732c0d0

Browse files
committed
Upgrade node deps
1 parent 4dd786a commit 732c0d0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.vuepress/styles/index.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
:root {
2-
--code-line-height: 1.1;
3-
}
4-
51
.navbar .navbar-items-wrapper {
62
flex-direction: row-reverse;
73
}
@@ -18,6 +14,9 @@
1814
.theme-default-content pre[class*='language-'] {
1915
line-height: 1.1;
2016
}
17+
.theme-default-content h2.title a {
18+
color: #adb6be;
19+
}
2120

2221
/* Make sure the line numbers have the same line-height as the code lines
2322
*/
@@ -29,6 +28,7 @@ div[class*='language-'].line-numbers-mode .line-numbers {
2928
* This allows tables to be rendered seamlessly with box-drawing characters.
3029
*/
3130
:root {
31+
--code-line-height: 1.1;
3232
--font-family-code: Consolas, Monaco, 'Andale Mono', 'DejaVu Sans Mono',
3333
'Ubuntu Mono', monospace;
3434
}

0 commit comments

Comments
 (0)