You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The cascading sylesheet from the users UI can be inverted, in this eventuality, if background color is altered in the textarea and the text style is left unchanged the text may become illegible; The default value of the textarea color is that of the users UI styling and is not the same as that of the document body; Setting ` color: inherit;` resolves this.
0 commit comments