Skip to content

Commit bd00755

Browse files
committed
docs: remove unused styles
1 parent 23ef384 commit bd00755

1 file changed

Lines changed: 0 additions & 18 deletions

File tree

docs/app.vue

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -75,21 +75,3 @@ provide('navigation', navigation)
7575
<LazyUDocsSearch :files="files" :navigation="navigation" :links="links" />
7676
</ClientOnly>
7777
</template>
78-
79-
<style>
80-
html.dark {
81-
color-scheme: dark;
82-
}
83-
84-
.shiki {
85-
padding: 0.6rem;
86-
border-radius: 0.2rem;
87-
border: 1px solid #8882;
88-
}
89-
90-
html.dark .shiki,
91-
html.dark .shiki span {
92-
color: var(--s-dark) !important;
93-
background-color: var(--s-dark-bg) !important;
94-
}
95-
</style>

0 commit comments

Comments
 (0)