Fix error color in dark mode

This commit is contained in:
Dan Abramov
2021-11-04 23:08:44 +00:00
parent d51f70658f
commit 9dd3d5494b

View File

@@ -85,7 +85,7 @@ html.dark .sp-tabs .sp-tab-button[data-active='true'] {
}
.sp-code-editor .cm-errorLine {
background-color: #fff0f0;
background-color: rgba(255, 107, 99, 0.10);
position: relative;
}