From 9f3d969508114c692949b55de39277fd6584c7d3 Mon Sep 17 00:00:00 2001 From: n-peugnet Date: Thu, 9 Apr 2020 16:43:10 +0200 Subject: feat: Coloration for W synthax in CodeMirror Closes #54 --- assets/css/edit.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'assets/css/edit.css') diff --git a/assets/css/edit.css b/assets/css/edit.css index c7fe67b..17465fa 100644 --- a/assets/css/edit.css +++ b/assets/css/edit.css @@ -379,6 +379,11 @@ div#showthumbnail img { cursor: text; } +/* CodeMirror Wcms mode */ +.cm-wcms { + color: red; +} + @media (max-width: 600px) { .bar, .hidephone { -- cgit v1.2.3