diff options
author | Hakim El Hattab | 2016-06-10 10:58:40 +0200 |
---|---|---|
committer | Hakim El Hattab | 2016-06-10 10:58:40 +0200 |
commit | 8162855d23601e66a25ba79dd4013ef416c4f1b4 (patch) | |
tree | cfcdd3391293b9ef1c15e54e8d367139c4a9ceb5 /css/theme/template/settings.scss | |
parent | 6bfa48a667fe91bb1de1b680769aeb7260af3a49 (diff) |
increase default font sizes, adjust config defaults for less margings and larger max scale #1605
Diffstat (limited to 'css/theme/template/settings.scss')
-rw-r--r-- | css/theme/template/settings.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/theme/template/settings.scss b/css/theme/template/settings.scss index ffaac23..63c02cf 100644 --- a/css/theme/template/settings.scss +++ b/css/theme/template/settings.scss @@ -6,7 +6,7 @@ $backgroundColor: #2b2b2b; // Primary/body text $mainFont: 'Lato', sans-serif; -$mainFontSize: 36px; +$mainFontSize: 40px; $mainColor: #eee; // Vertical spacing between blocks of text |