From 40dc905eac1ea49fc084eb6059334407177e6501 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Sat, 14 Jul 2018 09:10:35 -0400 Subject: [PATCH] Change "neverHeard" to white text --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 0ca3b14..48cbde5 100644 --- a/index.html +++ b/index.html @@ -21,6 +21,7 @@ table.stations tr.neverHeard { background-color: purple; + color: #eee; }