diff --git a/buildingmotif-app/src/app/model-detail/model-detail.component.html b/buildingmotif-app/src/app/model-detail/model-detail.component.html
index 18aaedc25..4f2272807 100644
--- a/buildingmotif-app/src/app/model-detail/model-detail.component.html
+++ b/buildingmotif-app/src/app/model-detail/model-detail.component.html
@@ -37,7 +37,7 @@
-
+
diff --git a/buildingmotif-app/src/app/shape-validation/shape-validation.component.css b/buildingmotif-app/src/app/shape-validation/shape-validation.component.css
index d401fd7e0..d9144e0f9 100644
--- a/buildingmotif-app/src/app/shape-validation/shape-validation.component.css
+++ b/buildingmotif-app/src/app/shape-validation/shape-validation.component.css
@@ -49,4 +49,9 @@ mat-card {
mat-card-content{
white-space: pre-line
+}
+
+.passes{
+ background-color: green;
+ color: white;
}
\ No newline at end of file
diff --git a/buildingmotif-app/src/app/shape-validation/shape-validation.component.html b/buildingmotif-app/src/app/shape-validation/shape-validation.component.html
index eec2d5ac2..7029f223c 100644
--- a/buildingmotif-app/src/app/shape-validation/shape-validation.component.html
+++ b/buildingmotif-app/src/app/shape-validation/shape-validation.component.html
@@ -36,7 +36,8 @@
{{item.key}}
- {{reason}}
+
+ - {{reason}}