Improve theming support
This commit is contained in:
parent
70cdde5d46
commit
6d2db24c33
2 changed files with 4 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue