Changing default font size

This commit is contained in:
Fabian 2019-06-18 23:21:56 +02:00
parent c4b968cf7d
commit 0161220d5a
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@hibas123/theme", "name": "@hibas123/theme",
"version": "1.0.2", "version": "1.0.3",
"description": "", "description": "",
"main": " ", "main": " ",
"files": [ "files": [

View File

@ -24,7 +24,7 @@ $button-color: #CCCCCC !default;
--on-background: $on-background; --on-background: $on-background;
} }
$default-font-size: 1.2rem; $default-font-size: 1rem;
.background-default { .background-default {
background: $background; background: $background;