Fix css syntax highlighting conflict with bulma title

This commit is contained in:
Sebastian Sdorra
2020-10-26 15:24:54 +01:00
parent 19bd660ddb
commit 99dae1c1bc
6 changed files with 187 additions and 1 deletions

View File

@@ -188,6 +188,9 @@ export default {
bold: {
fontWeight: "bold"
},
title: {
fontWeight: "bold"
},
italic: {
fontStyle: "italic"
},