Fix night mode (#1067)

This fixes a few lines of white when in night mode.

This change was done from a tablet, I can redo this commit properly on a computer when I get back home if needed. This just really annoyed me ;)
This commit is contained in:
John M. Harris, Jr 2020-10-18 04:54:33 -07:00 committed by GitHub
parent ab1611081e
commit 2958ccfc14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,6 @@
body.night-mode {
color: #c1c1c1;
background-color: #333131;
}
.night-mode .table-info,