[WebUI] Define foreground and background colors

There is no promise that default bg is white and default fg is black so
define in deluge.css

Ref: https://dev.deluge-torrent.org/ticket/3435
Closes: deluge-torrent/deluge#330
This commit is contained in:
DjLegolas 2022-01-03 00:14:29 +02:00 committed by Calum Lind
parent 5321d24f2a
commit efc9f465f0
No known key found for this signature in database
GPG Key ID: 90597A687B836BA3

View File

@ -6,6 +6,8 @@ body {
border: 0 none;
overflow: hidden;
height: 100%;
color: black;
background: white;
}
input {