Skip to content

Commit

Permalink
chore: clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Apr 9, 2024
1 parent d2a2d60 commit 01d6fc2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
8 changes: 0 additions & 8 deletions app/styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,6 @@ html.dark {
font-size: 15px;
}

.shiki span {
color: var(--shiki-light);
}

html.dark .shiki span {
color: var(--shiki-dark);
}

/* Overrides Floating Vue */
.v-popper--theme-dropdown .v-popper__inner,
.v-popper--theme-tooltip .v-popper__inner {
Expand Down
12 changes: 0 additions & 12 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,6 @@ export default defineNuxtConfig({
inlineStyles: false,
},

shiki: {
bundledLangs: ['js', 'ts'],
bundledThemes: ['vitesse-light', 'vitesse-dark'],
highlightOptions: {
themes: {
light: 'vitesse-light',
dark: 'vitesse-dark',
},
defaultColor: false,
},
},

css: [
'@unocss/reset/tailwind.css',
],
Expand Down

0 comments on commit 01d6fc2

Please sign in to comment.