diff --git a/view/theme/darkzero/style.css b/view/theme/darkzero/style.css index 3459e74092..b85a9aadaf 100644 --- a/view/theme/darkzero/style.css +++ b/view/theme/darkzero/style.css @@ -62,3 +62,7 @@ footer { } +input#dfrn-url { + background-color: #222222; + color: #FFFFFF !important; +}