Skip to content

Commit 4dd786a

Browse files
committed
Upgrade node deps
1 parent 30710d1 commit 4dd786a

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

.vuepress/styles/index.scss

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
:root {
2+
--code-line-height: 1.1;
3+
}
4+
15
.navbar .navbar-items-wrapper {
26
flex-direction: row-reverse;
37
}
@@ -11,21 +15,22 @@
1115
* to avoid gaps in tables rendered with box-drawing characters
1216
*/
1317
.theme-default-content pre,
14-
.theme-default-content pre[class*=language-] {
15-
line-height: 1;
18+
.theme-default-content pre[class*='language-'] {
19+
line-height: 1.1;
1620
}
1721

1822
/* Make sure the line numbers have the same line-height as the code lines
1923
*/
20-
div[class*="language-"].line-numbers-mode .line-numbers {
21-
line-height: 1;
24+
div[class*='language-'].line-numbers-mode .line-numbers {
25+
line-height: 1.1;
2226
}
2327

2428
/* Add DejaVu Sans Mono to the list of monospaced fonts.
2529
* This allows tables to be rendered seamlessly with box-drawing characters.
2630
*/
2731
:root {
28-
--font-family-code: Consolas, Monaco, 'Andale Mono', 'DejaVu Sans Mono', 'Ubuntu Mono', monospace;
32+
--font-family-code: Consolas, Monaco, 'Andale Mono', 'DejaVu Sans Mono',
33+
'Ubuntu Mono', monospace;
2934
}
3035

3136
@media screen and (min-width: 720px) and (max-width: 815px) {

0 commit comments

Comments
 (0)