loading indicator I like better and github redirect
This commit is contained in:
18
components/content/ProseCodeInline.vue
Executable file → Normal file
18
components/content/ProseCodeInline.vue
Executable file → Normal file
@@ -1,16 +1,16 @@
|
||||
<template>
|
||||
<code class="dark:bg-[#1d1b1d] bg-[hsl(270,26.89%,94.47%)]">
|
||||
<slot />
|
||||
</code>
|
||||
<code class="dark:bg-[#1d1b1d] bg-[hsl(270,26.89%,94.47%)]">
|
||||
<slot />
|
||||
</code>
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
code {
|
||||
border-radius: 0.375rem;
|
||||
font-size: 0.875rem;
|
||||
font-weight: 400;
|
||||
line-height: 1.25rem;
|
||||
overflow: hidden;
|
||||
padding: 3px 6px;
|
||||
border-radius: 0.375rem;
|
||||
font-size: 0.875rem;
|
||||
font-weight: 400;
|
||||
line-height: 1.25rem;
|
||||
overflow: hidden;
|
||||
padding: 3px 6px;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user