@cellbotics
Just tested the form. When I type in the description the words are shown in a black color.
But in this one of our stylesheets there is white in it, but as the second option.
textarea {
-webkit-writing-mode: horizontal-tb !important;
text-rendering: auto;
color: -internal-light-dark(black, white);
letter-spacing: normal;
word-spacing: normal;
text-transform: none;
text-indent: 0px;
text-shadow: none;
display: inline-block;
text-align: start;
appearance: textarea;
background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59));
-webkit-rtl-ordering: logical;
flex-direction: column;
resize: auto;
cursor: text;
white-space: pre-wrap;
overflow-wrap: break-word;
margin: 0em;
font: 400 13.3333px Arial;
border-width: 1px;
border-style: solid;
border-color: -internal-light-dark(rgb(118, 118, 118), rgb(195, 195, 195));
border-image: initial;
padding: 2px;
}
.job-manager-form fieldset {
margin: 0 0 1em;
padding: 0 0 1em;
line-height: 2em;
border: 0;
border-bottom: 1px solid #eee;
zoom: 1;
}