mirror of
https://github.com/til-schneider/slim-wiki.git
synced 2025-08-12 03:24:02 +02:00
Fixed: Syntax errors in the editor (like non-matching closing XML tags) were shown in the same color as the foreground which made them not readable
This commit is contained in:
@@ -85,6 +85,11 @@ footer {
|
||||
// The original selection background of the railscasts theme is nearly not visible
|
||||
background: lighten(@colorEditorBg, 10%) !important;
|
||||
}
|
||||
|
||||
span.cm-error {
|
||||
// The original error background has the same color as the foreground (#da4939) which makes the text not readable
|
||||
background: #8c0e00;
|
||||
}
|
||||
}
|
||||
|
||||
.mode-createUser {
|
||||
|
Reference in New Issue
Block a user