diff --git a/CaPPMS/Data/StudentReviews.db b/CaPPMS/Data/StudentReviews.db
index 691e3c2..7c108e4 100644
Binary files a/CaPPMS/Data/StudentReviews.db and b/CaPPMS/Data/StudentReviews.db differ
diff --git a/CaPPMS/Pages/StudentReviews/Admin.razor b/CaPPMS/Pages/StudentReviews/Admin.razor
index 51df331..fd0928f 100644
--- a/CaPPMS/Pages/StudentReviews/Admin.razor
+++ b/CaPPMS/Pages/StudentReviews/Admin.razor
@@ -21,11 +21,19 @@
background-color: rgb(30,30,120);
color: white;
}
+ .headerColorStudentScore{
+ background-color: rgb(243, 149, 9);
+ color: rgb(7, 6, 6);
+ }
.entriesColor {
background-color: rgb(51,16,90);
color: white;
}
+ .entriesColorWeeklyRatings{
+ background-color: rgb(243, 149, 9);
+ color: rgb(7, 6, 6);
+ }
.card-body {
max-height: calc(520px - 2.5rem); /* Set max height for the card body, considering the card header height */
@@ -81,7 +89,7 @@