Skip to content

Commit

Permalink
Fixing linting issues for contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
sinnwise committed Jan 20, 2025
1 parent 76f478c commit 878cb45
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .vitepress/theme/style/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Code
line-height: 12pt;
}

.VPSidebarItem .VPLink[target="_blank"]>* {
.VPSidebarItem .VPLink[target="_blank"] > * {
display: inline-block;
}

Expand Down Expand Up @@ -107,14 +107,14 @@ General
margin-left: -1.5rem;
}

.dark .vp-doc>div>ul li b,
.dark .vp-doc>div>ul li strong,
.dark .vp-doc>div>nav>ul li strong {
.dark .vp-doc > div > ul li b,
.dark .vp-doc > div > ul li strong,
.dark .vp-doc > div > nav > ul li strong {
color: #f2f2f5;
}

.dark .vp-doc>div>ul li:before,
.dark .vp-doc>div>nav>ul li:before {
.dark .vp-doc > div > ul li:before,
.dark .vp-doc > div > nav > ul li:before {
color: #43434d;
}

Expand All @@ -136,9 +136,9 @@ General
border-radius: 6px;
}

.dark div:not([class])>p,
.dark .vp-doc>div>ul,
.dark .vp-doc>div>ol {
.dark div:not([class]) > p,
.dark .vp-doc > div > ul,
.dark .vp-doc > div > ol {
color: var(--vp-c-text-2);
}

Expand Down Expand Up @@ -239,4 +239,4 @@ html:not(.dark) .dark-mode-only {
outline: none !important;
border: none !important;
box-shadow: none !important;
}
}

0 comments on commit 878cb45

Please sign in to comment.