Change "neverHeard" to white text

This commit is contained in:
Adam Goldsmith 2018-07-14 09:10:35 -04:00
parent b44cb3e0b2
commit 40dc905eac

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>