darken inputs in dark mode
This commit is contained in:
@ -51,6 +51,11 @@ th, tr:last-child > td {
|
||||
}
|
||||
|
||||
.red { color: #c00; }
|
||||
|
||||
textarea, input[type=text] {
|
||||
background: #111;
|
||||
color: #ddd;
|
||||
}
|
||||
}
|
||||
|
||||
header {
|
||||
|
Reference in New Issue
Block a user