Improve theming support

This commit is contained in:
Thomas Sileo 2022-08-04 19:10:57 +02:00
parent 70cdde5d46
commit 6d2db24c33
2 changed files with 4 additions and 3 deletions

View file

@ -8,6 +8,7 @@ $form-background-color: #ccc;
$form-text-color: #333;
$muted-color: #555; // solarized comment text
$primary-button-text-color: #fff;
$code-highlight-background: #f0f0f0;
// Load custom theme
@import "theme.scss";
@ -60,7 +61,7 @@ a {
}
div.highlight {
background: #f0f0f0;
background: $code-highlight-background;
padding: 0 10px;
overflow: auto;
display: block;