Client - fix background color on dark theme when modal is displayed

This commit is contained in:
Sam 2023-12-23 15:26:48 +01:00
parent c875a07a82
commit 6e215aa52e

View File

@ -47,7 +47,7 @@
--calendar-workouts-box-shadow-0: rgba(0, 0, 0, 0.2);
--calendar-workouts-box-shadow-1: rgba(0, 0, 0, 0.19);
--modal-background-color: rgba(0, 0, 0, 0.3);
--modal-background-color: rgba(68, 68, 68, 0.3);
--nav-bar-background-color: var(--dark-blue);
--nav-bar-link-active: #ffffff;