last visit line needs more contrast

This commit is contained in:
Kris 2018-10-05 15:28:10 -04:00
parent fa21b39875
commit 0a1ac88f2c
1 changed files with 2 additions and 2 deletions

View File

@ -94,7 +94,7 @@
border: none; border: none;
td { td {
border-bottom: 1px solid $danger-low; border-bottom: 1px solid $danger-medium;
line-height: 0.1em; line-height: 0.1em;
padding: 0; padding: 0;
text-align: center; text-align: center;
@ -102,7 +102,7 @@
td span { td span {
background-color: $secondary; background-color: $secondary;
color: $danger-low; color: $danger-medium;
padding: 0 8px; padding: 0 8px;
font-size: $font-down-1; font-size: $font-down-1;
} }