feat(style): improve typography styles

This commit is contained in:
Jimmy Cai
2020-09-03 23:32:28 +02:00
parent 488f124b43
commit bbe7e4b73d
6 changed files with 24 additions and 28 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
.widget-title {
text-transform: uppercase;
color: var(--body-text-color);
font-weight: normal;
font-weight: bold;
margin: 0;
margin-bottom: 10px;
font-size: 1.6rem;
@@ -12,7 +12,7 @@
svg {
width: 32px;
height: 32px;
stroke-width: 1.33px;
stroke-width: 1.6;
color: var(--body-text-color);
}
}