Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions docs/.vuepress/theme/components/PreHeading.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
.theme-default-content {
.pre-heading-title {
@apply my-0 py-0 px-2 relative inline-block leading-normal uppercase rounded text-xs border tracking-wider;
color: #a0aec0;
border-color: var(--border-color);
border-color: currentColor;
}
}
</style>
Expand Down
4 changes: 0 additions & 4 deletions docs/.vuepress/theme/styles/color-mode.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -163,10 +163,6 @@
);
}

.pre-heading-title {
@apply text-slate;
}

.custom-block {
div[class*="language-"] {
background-color: rgba(0, 0, 0, 0.4);
Expand Down