1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-10-21 16:36:06 +02:00

improve css error highlighting

This commit is contained in:
Kushagra Gour
2025-05-03 13:12:45 +05:30
parent 9463646314
commit 5272f77ab4
3 changed files with 13 additions and 8 deletions

View File

@@ -808,6 +808,10 @@ li.CodeMirror-hint-active {
/*color: white;*/
}
[data-type="css"] .cm-error {
background: inherit !important;
}
#demo-frame {
border: 0;
width: 100%;