summaryrefslogtreecommitdiffstats
path: root/style/default.css
diff options
context:
space:
mode:
Diffstat (limited to 'style/default.css')
-rw-r--r--style/default.css12
1 files changed, 10 insertions, 2 deletions
diff --git a/style/default.css b/style/default.css
index acbddcd6..1359c4ba 100644
--- a/style/default.css
+++ b/style/default.css
@@ -87,7 +87,15 @@ body {
}
.red {
- color: red;
+ color: #c00;
+}
+
+.orange {
+ color: #c70;
+}
+
+.green {
+ color: #0c0;
}
.slx-label {
@@ -139,6 +147,6 @@ body {
to { transform: scale( 1 ) rotate( 360deg ); }
}
-.slx-text-red {
+.slx-warning-badge {
color: #ff0;
}