Skip to content

Commit 3e965c0

Browse files
committed
feat: update copy Icon
1 parent c0545db commit 3e965c0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.vitepress/theme/components/CustomHeader.vue

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -713,7 +713,10 @@ watch(
713713
.modal-tabs {
714714
display: flex;
715715
flex-direction: column;
716-
border-bottom: 1px solid var(--search-border-color);
716+
border-bottom: 1px solid #e6e6e6;
717+
}
718+
.dark .modal-tabs{
719+
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
717720
}
718721
719722
.modal-tab {

0 commit comments

Comments
 (0)