aboutsummaryrefslogtreecommitdiff
path: root/cl2vcs.css
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2015-12-29 11:08:32 +0100
committerGuido Günther <agx@sigxcpu.org>2015-12-29 11:08:32 +0100
commitb1cf3b002c769c1594d5c1d70e6ab3ccf42a1d89 (patch)
treeee7a358025c0478f0ce5193d1ae89b655dc185b7 /cl2vcs.css
parentf92da491e7bdce8aeac3a167ca38abdd61cdb9bd (diff)
Colorize error message
Diffstat (limited to 'cl2vcs.css')
-rw-r--r--cl2vcs.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/cl2vcs.css b/cl2vcs.css
new file mode 100644
index 0000000..1f09d40
--- /dev/null
+++ b/cl2vcs.css
@@ -0,0 +1,3 @@
+.errormsg {
+ color: red;
+}