Revert to ensure size remains 10pt

master
David Mohammed 2019-03-27 21:30:30 +00:00 committed by GitHub
parent 6bd20fff10
commit 5b18f6034a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ $asset_path: if($variant == 'dark', dark-assets, light-assets);
//
// Globals
//
$font-size: 9;
$font-size: 10;
$font-family: Futura Bk bt, Cantarell, Sans-Serif;
$_bubble_bg_color: opacify($osd_bg_color,0.25);
$_bubble_fg_color: $osd_fg_color;