summaryrefslogtreecommitdiff
path: root/www/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'www/style.css')
-rw-r--r--www/style.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/www/style.css b/www/style.css
index cb8c16542a..2c4a54f689 100644
--- a/www/style.css
+++ b/www/style.css
@@ -55,7 +55,11 @@ A {
55 width: 3em; 55 width: 3em;
56} 56}
57 57
58.buildfailed { 58.buildfail {
59 background-color: #ff0000; 59 background-color: #ff8080;
60 width: 3em; 60 width: 3em;
61} 61}
62
63.gccwarn {
64 color: #ff0000;
65} \ No newline at end of file