You've already forked obsidian-visualiser
Add ProseSmall as a private commentary (using %%)
This commit is contained in:
@@ -1,12 +1,3 @@
|
||||
<template>
|
||||
<p><slot /></p>
|
||||
</template>
|
||||
|
||||
<style>
|
||||
.text-comment
|
||||
{
|
||||
@apply text-light-50;
|
||||
@apply dark:text-dark-50;
|
||||
@apply text-sm;
|
||||
}
|
||||
</style>
|
||||
</template>
|
||||
5
components/prose/ProseSmall.vue
Normal file
5
components/prose/ProseSmall.vue
Normal file
@@ -0,0 +1,5 @@
|
||||
<template>
|
||||
<small class="text-light-60 dark:text-dark-60 text-sm italic">
|
||||
<slot />
|
||||
</small>
|
||||
</template>
|
||||
Reference in New Issue
Block a user