mirror of
https://github.com/ethauvin/kobalt-doc.git
synced 2025-04-24 19:47:11 -07:00
7 lines
138 B
SCSS
7 lines
138 B
SCSS
// Default Syntax Highlighter theme.
|
|
|
|
@import "_theme_template.scss";
|
|
|
|
.syntaxhighlighter {
|
|
.keyword { font-weight: bold !important; }
|
|
}
|