Skip to content

Commit

Permalink
Fix dark bg color of quick point assignment overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
Sawy7 authored and Kobzol committed Feb 17, 2024
1 parent 07f52f6 commit 963ab44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/AssignmentPoints.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
position: fixed;
top: 0;
left: 0;
background: rgba(255, 255, 255, 0.9);
background: rgba(var(--bs-body-bg-rgb), 0.9);
width: 100vw;
height: 100vh;
z-index: 11;
Expand Down

0 comments on commit 963ab44

Please sign in to comment.