Theming support

This commit is contained in:
Thomas Sileo 2022-07-04 20:49:23 +02:00
parent dfa6b6de3c
commit a4ac3e3bc8
3 changed files with 14 additions and 0 deletions

View file

@ -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;