Slight increase default font size

This commit is contained in:
Cohee 2023-08-21 12:29:14 +03:00
parent 84fb5b8ffd
commit f9573eb45d
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@
/* 800px; */
/*base variable calculated in rems*/
--fontScale: 1;
--mainFontSize: calc(var(--fontScale) * 14px);
--mainFontSize: calc(var(--fontScale) * 15px);
/* base variable for blur strength slider calculations */
--blurStrength: 10;