mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-23 20:23:08 +00:00
Fix error color in dark mode
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user