correct placeholder color in dark theme, use better uptime display

This commit is contained in:
Kevin Froman 2019-10-08 23:17:29 -05:00
parent b10bbe7c52
commit 2ab2597e00
2 changed files with 28 additions and 1 deletions

View file

@ -67,3 +67,7 @@ html{
background-color: #1E1E1E;
color: white;
}
.textarea::placeholder, .input::placeholder{
color: white;
}