mirror of
https://github.com/RobinRMC/VencordPlus.git
synced 2025-05-11 01:45:38 +02:00
PlainFolderIcon: Fix folder colors changing with other themes
This commit is contained in:
parent
34269e2339
commit
15fa0ff7a7
1 changed files with 1 additions and 1 deletions
|
@ -6,5 +6,5 @@
|
|||
transform: translateZ(0);
|
||||
|
||||
/* The new icons are fully transparent. Add a sane default to match the old behavior */
|
||||
background-color: color-mix(in oklab, var(--custom-folder-color, var(--bg-brand)) 30%, var(--background-surface-higher) 70%);
|
||||
background-color: color-mix(in oklab, var(--custom-folder-color, var(--bg-brand)) 40%, transparent);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue