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
+1 -1
View File
@@ -4,7 +4,7 @@
text-transform: uppercase;
margin-bottom: 10px;
font-size: 1.6rem;
font-weight: 500;
font-weight: bold;
a {
color: var(--body-text-color);
+2 -2
View File
@@ -1,7 +1,7 @@
.taxonomy-type {
text-transform: uppercase;
color: var(--body-text-color);
font-weight: 500;
font-weight: bold;
margin-bottom: 5px;
font-size: 1.6rem;
}
@@ -51,7 +51,7 @@
color: var(--card-text-color-tertiary);
font-size: 1.4rem;
margin: 0;
font-weight: 500;
font-weight: bold;
text-transform: uppercase;
}
}