mirror of
https://github.com/Luzifer/wiki.git
synced 2024-12-20 10:31:18 +00:00
Style blockquotes (better)
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
1eaec48b5a
commit
919d2ba1ab
1 changed files with 10 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
||||||
import showdown from 'showdown'
|
import showdown from 'showdown'
|
||||||
|
|
||||||
const classMap = {
|
const classMap = {
|
||||||
|
blockquote: 'blockquote',
|
||||||
table: 'table',
|
table: 'table',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -58,3 +59,12 @@ export default {
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
.blockquote {
|
||||||
|
margin-bottom: 1rem;
|
||||||
|
font-size: 1rem;
|
||||||
|
border-left: 3px solid rgb(var(--bs-secondary-bg-rgb));
|
||||||
|
padding-left: 0.5rem;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue