Theming: RGB --> HSL

This commit is contained in:
Alex Gleason
2020-06-06 22:55:00 -05:00
parent 109b043153
commit 80ddf656d8
58 changed files with 428 additions and 415 deletions

View File

@@ -2,7 +2,7 @@
h1 {
font-size: 24px;
line-height: 28px;
color: var(--primary-text-color-faint);
color: var(--primary-text-color--faint);
font-weight: 500;
margin-bottom: 20px;
padding: 0 10px;
@@ -20,7 +20,7 @@
small {
font-weight: 400;
color: var(--primary-text-color-faint);
color: var(--primary-text-color--faint);
}
img {