Skip to content

Commit

Permalink
Update dashboard.html background color for active day to green
Browse files Browse the repository at this point in the history
  • Loading branch information
QA2A committed Aug 15, 2024
1 parent ade98fd commit d435eae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/templates/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
color: #ccc;
}
.active-day {
background-color: #007bff;
background-color: green;
color: white;
}

Expand Down

0 comments on commit d435eae

Please sign in to comment.