mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 21:47:10 -04:00
Merge pull request #5640 from NadavTasher/bugfix/fix-bad-comments-background-in-dark-theme
Fix comment backgrounds in cleandark theme
This commit is contained in:
commit
91d245a414
1 changed files with 4 additions and 0 deletions
|
@ -2993,6 +2993,10 @@ THEME - Clean Dark
|
|||
color: rgba(255, 255, 255, 0.85);
|
||||
}
|
||||
|
||||
.board-color-cleandark .comments .comment .comment-desc .comment-text {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.board-color-cleandark .activity-checklist,
|
||||
.board-color-cleandark .activity-comment {
|
||||
background: none !important;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue