diff options
author | Arno Lepisk | 2018-10-30 22:03:13 +0100 |
---|---|---|
committer | Arno Lepisk | 2018-10-30 22:03:13 +0100 |
commit | 8e5bdcc2bb87da2255e5a8d3285e164c52d9fbda (patch) | |
tree | 2cb1bbdb9ff81b079a8674e1296c904f526c9b03 /css/theme/template/settings.scss | |
parent | 42e796afb2a4db10772cf0f4b517094c0fbec644 (diff) |
Make code font customizable for themes.
Diffstat (limited to 'css/theme/template/settings.scss')
-rw-r--r-- | css/theme/template/settings.scss | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/css/theme/template/settings.scss b/css/theme/template/settings.scss index 63c02cf..5a917f8 100644 --- a/css/theme/template/settings.scss +++ b/css/theme/template/settings.scss @@ -28,6 +28,8 @@ $heading2Size: 2.11em; $heading3Size: 1.55em; $heading4Size: 1.00em; +$codeFont: monospace; + // Links and actions $linkColor: #13DAEC; $linkColorHover: lighten( $linkColor, 20% ); @@ -40,4 +42,4 @@ $selectionColor: #fff; // to return a background image or gradient @mixin bodyBackground() { background: $backgroundColor; -}
\ No newline at end of file +} |