Merge pull request #26 from cjfloss/fix-text-size

Fix: font-size property
This commit is contained in:
Preston 2020-05-31 22:14:08 -04:00 committed by GitHub
commit ad565f8dbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
border: none; border: none;
background: transparent; background: transparent;
margin-bottom: 10px; margin-bottom: 10px;
font: 16px; font-size: 16px;
height: 45px; height: 45px;
color: var(--secondary-text-color); color: var(--secondary-text-color);
border-bottom: 1px solid var(--secondary-text-color); border-bottom: 1px solid var(--secondary-text-color);