2nd Column Lost it's Colour

When the new code was added the `var(--color-help)` was lost and it defaulted back to **brash white**. This adds the `var(--color-help)` back in.
This commit is contained in:
Electron - Mark Firth 2018-06-27 21:22:14 +10:00 committed by GitHub
parent f0f98945fa
commit 82bb20f63d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -86,6 +86,7 @@ table.table--help {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
color: var(--color-help);
}
}