Theming support
This commit is contained in:
parent
dfa6b6de3c
commit
a4ac3e3bc8
3 changed files with 14 additions and 0 deletions
|
@ -10,6 +10,9 @@ $form-text-color: #222;
|
|||
$muted-color: #586e75; // solarized comment text
|
||||
// #93a1a1; solarized body text
|
||||
|
||||
// Load custom theme
|
||||
@import "vars.scss";
|
||||
|
||||
|
||||
body {
|
||||
font-family: $font-stack;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue