Change "neverHeard" to white text

This commit is contained in:
Adam Goldsmith 2018-07-14 09:10:35 -04:00
parent 13c8dfea42
commit 8f2b1f4868

View File

@ -21,6 +21,7 @@
table.stations tr.neverHeard { table.stations tr.neverHeard {
background-color: purple; background-color: purple;
color: #eee;
} }
</style> </style>
</head> </head>