style: add dark mode inversion filter for embedded document list images
Apply the same brightness/invert filter used for combat values to ds4-embedded-document-list__image class to ensure proper visibility of combat value icons in dark theme.
This commit is contained in:
parent
f6ccd63e78
commit
e30ce8947e
1 changed files with 5 additions and 0 deletions
|
@ -150,3 +150,8 @@
|
|||
margin-top: 1em;
|
||||
padding-left: 1em;
|
||||
}
|
||||
|
||||
// Dark mode filter for embedded document list images when in dark theme
|
||||
.theme-dark .ds4-embedded-document-list__image {
|
||||
filter: brightness(0) invert(1) brightness(0.8);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue