diff -r 8949af6a4279 -r 1c0884f5506e static/style.css --- a/static/style.css Sat Jun 08 01:42:48 2019 +0300 +++ b/static/style.css Sat Jun 08 01:51:50 2019 +0300 @@ -23,7 +23,7 @@ margin-bottom: 3px; } -.problems-list li.problem-error +.problems-list li.problem-hold { background-color: #b44; border-color: red; @@ -32,13 +32,6 @@ .problems-list li.problem-warning { - background-color: #fc6; - border-color: #830; - color: black; -} - -.problems-list li.problem-notice -{ background-color: #def; border-color: #024; color: black;