diff options
Diffstat (limited to 'web/css/kvm/about.css')
-rw-r--r-- | web/css/kvm/about.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/web/css/kvm/about.css b/web/css/kvm/about.css index ccb3ad53..a841c3a6 100644 --- a/web/css/kvm/about.css +++ b/web/css/kvm/about.css @@ -30,8 +30,8 @@ div#about textarea { width: 100%; height: 200px; padding: 0; - color: var(--fg-color-normal); - background-color: var(--bg-color-menu); + color: var(--fg-color-light); + background-color: var(--bg-color-dark); border: none; border-radius: 4px; outline: 0 !important; @@ -42,11 +42,11 @@ div#about textarea { } div#about textarea::-moz-placeholder { - line-height: 150px; + line-height: 190px; text-align: center; } div#about textarea::-webkit-input-placeholder { - line-height: 150px; + line-height: 190px; text-align: center; } |