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 { width: 3em; } -.buildfailed { - background-color: #ff0000; +.buildfail { + background-color: #ff8080; width: 3em; } + +.gccwarn { + color: #ff0000; +} \ No newline at end of file