Skip to content

Commit eee5970

Browse files
authored
Upgrade shiki and vuepress plugins (#1668)
* Update blog title style of light theme * Upgrade shiki and vuepress plugins
1 parent 881c5c2 commit eee5970

File tree

3 files changed

+329
-419
lines changed

3 files changed

+329
-419
lines changed

.vuepress/styles/index.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,12 @@ html[data-theme='light'] {
7676
text-decoration: none;
7777
}
7878
}
79+
80+
:root,
81+
html[data-theme='dark'] {
82+
h2.title a {
83+
color: #adb6be;
84+
font-weight: 500;
85+
text-decoration: underline;
86+
}
87+
}

0 commit comments

Comments
 (0)