dark background for pak textarea

This commit is contained in:
Maxim Devaev 2021-07-31 20:32:25 +03:00
parent 2895339f30
commit 4f1c2a97aa

View File

@ -25,9 +25,10 @@ textarea#hid-pak-text {
resize: none; resize: none;
height: 150px; height: 150px;
width: 300px; width: 300px;
border: var(--border-default-thin);
border-radius: 4px; border-radius: 4px;
color: var(--cs-window-default-fg); color: var(--cs-code-default-fg);
background-color: var(--cs-window-default-bg); background-color: var(--cs-code-default-bg);
-webkit-appearance:none; -webkit-appearance:none;
} }