We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23ef384 commit bd00755Copy full SHA for bd00755
1 file changed
docs/app.vue
@@ -75,21 +75,3 @@ provide('navigation', navigation)
75
<LazyUDocsSearch :files="files" :navigation="navigation" :links="links" />
76
</ClientOnly>
77
</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