summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/style.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/www/style.css b/www/style.css
index cb8c165..2c4a54f 100644
--- a/www/style.css
+++ b/www/style.css
@@ -55,7 +55,11 @@ A {
width: 3em;
}
-.buildfailed {
- background-color: #ff0000;
+.buildfail {
+ background-color: #ff8080;
width: 3em;
}
+
+.gccwarn {
+ color: #ff0000;
+} \ No newline at end of file