diff --git a/public/stylesheets/problems.css b/public/stylesheets/problems.css new file mode 100644 --- /dev/null +++ b/public/stylesheets/problems.css @@ -0,0 +1,8 @@ + +tr.available { + background: #c0ffc0; +} + +tr.not-available { + background: #ffc0c0; +}