make modal background darker

This commit is contained in:
Benjamin Wiegand 2024-09-08 14:32:28 -07:00
parent 5254596ce5
commit 00079a7cb7

View File

@ -232,7 +232,7 @@ input:checked + .modal {
left: 0;
width: 100%;
height: 100%;
background-color: #00000066;
background-color: #000000CC;
overflow: auto;
}