Skip to content

Commit

Permalink
docs: remove global style
Browse files Browse the repository at this point in the history
  • Loading branch information
Atinux committed Oct 5, 2023
1 parent a08dc1b commit e58855f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions docs/app.vue
Expand Up @@ -129,11 +129,3 @@ provide('navigation', navigation)
<LazyUDocsSearch :files="files" :navigation="navigation" :links="links" />
</ClientOnly>
</template>

<style>
html.dark .shiki,
html.dark .shiki span {
color: var(--s-dark) !important;
background-color: var(--s-dark-bg) !important;
}
</style>

0 comments on commit e58855f

Please sign in to comment.