.error-message{
    color:red;
}
html[data-theme="dark"] .error-message{
color:black;
}