fix scoped link style

This commit is contained in:
Philipp Kühn
2021-03-18 11:03:13 +01:00
parent 6e87882820
commit 9dd4e24b97

View File

@@ -61,15 +61,17 @@ export default {
}
</script>
<style lang="scss">
<style lang="scss" scoped>
/* Basic editor styles */
.ProseMirror {
> * + * {
margin-top: 0.75em;
}
::v-deep {
.ProseMirror {
> * + * {
margin-top: 0.75em;
}
a {
color: #68CEF8;
a {
color: #68CEF8;
}
}
}
</style>