fix: homepage modal background transparent

This commit is contained in:
dr-frmr 2024-11-14 14:08:12 -05:00
parent c98b1e4e6d
commit 2b7990fb14
No known key found for this signature in database

View File

@ -322,7 +322,7 @@ footer {
width: 100%;
height: 100%;
text-align: center;
background-color: light-dark(var(--off-black), var(--off-white));
background-color: rgb(0, 0, 0, 0.8);
display: flex;
justify-content: center;
align-items: center;