diff options
Diffstat (limited to 'view')
-rw-r--r-- | view/theme/darkness/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/darkness/style.css b/view/theme/darkness/style.css index 41f695abc..4ae67f92d 100644 --- a/view/theme/darkness/style.css +++ b/view/theme/darkness/style.css @@ -20,7 +20,7 @@ body { } input:hover { - background-color: #000000; + background-color: #800000; } input, select { background-color: #000000; |