Fix invisible scrollbar on CleanDark cards

Found that scrollbars were blending in with the card background largely due to transparency on the main board.
This commit is contained in:
walster001 2025-06-16 00:39:10 +09:30 committed by GitHub
parent c7961cf2f4
commit 8d0bf1b758
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2811,6 +2811,7 @@ THEME - Clean Dark
.board-color-cleandark .card-details {
background: #23232B;
scrollbar-color: #ffffff #2e2e39;
border-radius: 20px;
box-shadow: none;
}