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

@@ -22,6 +22,10 @@
* SOFTWARE.
*/
/**
* IMPORTANT: If this file is changed, please run scritps/build-syntax-highlighting-javascript afterwards
*/
/* Generated with http://k88hudson.github.io/syntax-highlighting-theme-generator/www */
/* http://k88hudson.github.io/react-markdocs */
@@ -152,7 +156,8 @@ pre[class*="language-"] {
}
.token.important,
.token.bold {
.token.bold,
.token.title {
font-weight: bold;
}