mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-01 02:55:56 +01:00
Fix css syntax highlighting conflict with bulma title
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user