[O] Make text color white

This commit is contained in:
Hykilpikonna
2019-10-13 19:42:56 -04:00
parent 25bf445582
commit cd402c4b86
+5
View File
@@ -18,4 +18,9 @@
left: 0;
background: #00000065;
}
#text
{
color: white;
}
</style>