diff --git a/demos/node-editor/node-editor-application.c b/demos/node-editor/node-editor-application.c index d4d65f964f..fd80787ce2 100644 --- a/demos/node-editor/node-editor-application.c +++ b/demos/node-editor/node-editor-application.c @@ -26,9 +26,9 @@ static const char *css = "textview.editor {" " color: rgb(192, 197, 206);" -" caret-color: white;" +" caret-color: currentColor;" "}" -"textview.editor text {" +"textview.editor > text {" " background-color: rgb(43, 48, 59);" "}" ;