use darker text colors

This commit is contained in:
Sean Yesmunt 2018-04-17 02:25:25 -04:00
parent 03fe12baf2
commit 01140632e5
2 changed files with 1 additions and 2 deletions

View file

@ -127,7 +127,7 @@ $large-breakpoint: 1760px;
--search-modal-input-height: 70px;
/* Nav */
--nav-color: #bbb;
--nav-color: var(--color-grey-dark);
--nav-bg-color: var(--color-grey-light);
/* Table */

View file

@ -1,5 +1,4 @@
.card {
color: var(--card-text-color);
margin-left: auto;
margin-right: auto;
border-radius: var(--card-radius);