fix: font weight and line heights

This commit is contained in:
Alejandro Gomez
2023-01-26 07:13:09 +01:00
parent 7beee3538c
commit 5fa7a57c9a
6 changed files with 16 additions and 10 deletions

View File

@ -1,3 +1,8 @@
.text {
font-size: var(--font-size);
line-height: 24px;
}
.text a {
color: var(--highlight);
text-decoration: none;