We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2f1905 commit 3649deeCopy full SHA for 3649dee
src/pages/home/components/LeftBar.vue
@@ -234,6 +234,7 @@ onMounted(() => {
234
<a
235
v-else
236
:href="item2.link"
237
+ target="_blank"
238
:class="{
239
'bg-[#dcdcdc]': $route.path
240
.trim()
src/style.css
@@ -32,3 +32,7 @@ a:hover {
32
box-shadow: 0px 0px 10px #999;
33
background: #fafafa;
34
}
35
+
36
+.v-code-block--code {
37
+ z-index: 0 !important;
38
+}
0 commit comments