light mode and a few improvements
This commit is contained in:
3
components/content/ProseCodeInline.vue
Normal file → Executable file
3
components/content/ProseCodeInline.vue
Normal file → Executable file
@@ -1,12 +1,11 @@
|
||||
<template>
|
||||
<code>
|
||||
<code class="dark:bg-[#1d1b1d] bg-[hsl(270,26.89%,94.47%)]">
|
||||
<slot />
|
||||
</code>
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
code {
|
||||
background-color: #252425;
|
||||
border-radius: 0.375rem;
|
||||
font-size: 0.875rem;
|
||||
font-weight: 400;
|
||||
|
||||
Reference in New Issue
Block a user