We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0545db commit 3e965c0Copy full SHA for 3e965c0
.vitepress/theme/components/CustomHeader.vue
@@ -713,7 +713,10 @@ watch(
713
.modal-tabs {
714
display: flex;
715
flex-direction: column;
716
- border-bottom: 1px solid var(--search-border-color);
+ border-bottom: 1px solid #e6e6e6;
717
+ }
718
+ .dark .modal-tabs{
719
+ border-bottom: 1px solid rgba(255, 255, 255, 0.2);
720
}
721
722
.modal-tab {
0 commit comments