Merge pull request #5805 from walster001/main

CleanDark Theme Fixes
This commit is contained in:
Lauri Ojansivu 2025-06-16 14:45:19 +03:00 committed by GitHub
commit 358ffe0601
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;
}
@ -3492,7 +3493,7 @@ THEME - Clean Light
.board-color-cleandark .card-details-header {
background: #2E2E39 !important;
color: rgba(255, 255, 255, 1);
color: #FFF !important;
}
.board-color-cleanlight .card-details-header .card-details-title,