FIX: Revert color of post-map (#12774)

* FIX: Revert color of post-map

This commit changes post-map colors back to original after a11y changes.
This commit is contained in:
Jordan Vidrine 2021-04-20 17:38:13 -05:00 committed by GitHub
parent 5e97946f9f
commit d51a226da4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@
.posts-map { .posts-map {
font-size: $font-up-1; font-size: $font-up-1;
font-weight: bold; font-weight: bold;
color: var(--primary-medium);
} }
} }