use color variables

This commit is contained in:
Kris 2019-08-09 20:53:59 -04:00
parent d01c938e1a
commit 9f445bec09
1 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@
.draft-type {
display: block;
float: right;
color: lighten($primary, 40%);
color: $primary-medium;
font-size: $font-down-2;
}
@ -57,7 +57,7 @@
float: right;
margin-right: 0.5em;
line-height: $line-height-small;
color: lighten($primary, 40%);
color: $primary-medium;
}
.avatar-link {