add blogs, move pictures to local + much more
This commit is contained in:
17
components/content/ProseCodeInline.vue
Normal file
17
components/content/ProseCodeInline.vue
Normal file
@@ -0,0 +1,17 @@
|
||||
<template>
|
||||
<code lang="js">
|
||||
<slot />
|
||||
</code>
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
code {
|
||||
background-color: #252425;
|
||||
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