Skip to content

Commit

Permalink
refactor: make code blocks simpler
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Sep 17, 2024
1 parent b4ec6bb commit d8bf888
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,10 @@ provide('navigation', navigation)

<UNotifications />
</template>

<style>
code {
border: none !important;
font-weight: normal !important;
}
</style>

0 comments on commit d8bf888

Please sign in to comment.