Fix textarea colors
This commit is contained in:
@ -7,4 +7,8 @@ body {
|
||||
--inputForegroundColor: #fff;
|
||||
--inputBackgroundColor: gray;
|
||||
--inputPlaceholderColor: #fff;
|
||||
|
||||
--textareaForegroundColor: #fff;
|
||||
--textareaBackgroundColor: gray;
|
||||
--markdownTextareaBackgroundColor: gray;
|
||||
}
|
||||
|
Reference in New Issue
Block a user