correct placeholder color in dark theme, use better uptime display
This commit is contained in:
parent
b10bbe7c52
commit
2ab2597e00
2 changed files with 28 additions and 1 deletions
|
@ -67,3 +67,7 @@ html{
|
|||
background-color: #1E1E1E;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.textarea::placeholder, .input::placeholder{
|
||||
color: white;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue