Update BlurpleRecolor.css
This commit is contained in:
parent
31df05f41e
commit
3555e03283
|
@ -146,38 +146,38 @@
|
|||
background-color: rgb(var(--accentcolor));
|
||||
}
|
||||
|
||||
.folderIconWrapper-1_bOZe[style*="background-color: rgba(88, 101, 242, 1"] {
|
||||
.folderIconWrapper-1Ml_1q[style*="background-color: rgba(88, 101, 242, 1"] {
|
||||
background-color: rgba(var(--accentcolor), 1) !important;
|
||||
}
|
||||
.folderIconWrapper-1_bOZe[style*="background-color: rgba(88, 101, 242, 0.9"] {
|
||||
.folderIconWrapper-1Ml_1q[style*="background-color: rgba(88, 101, 242, 0.9"] {
|
||||
background-color: rgba(var(--accentcolor), 0.9) !important;
|
||||
}
|
||||
.folderIconWrapper-1_bOZe[style*="background-color: rgba(88, 101, 242, 0.8"] {
|
||||
.folderIconWrapper-1Ml_1q[style*="background-color: rgba(88, 101, 242, 0.8"] {
|
||||
background-color: rgba(var(--accentcolor), 0.8) !important;
|
||||
}
|
||||
.folderIconWrapper-1_bOZe[style*="background-color: rgba(88, 101, 242, 0.7"] {
|
||||
.folderIconWrapper-1Ml_1q[style*="background-color: rgba(88, 101, 242, 0.7"] {
|
||||
background-color: rgba(var(--accentcolor), 0.7) !important;
|
||||
}
|
||||
.folderIconWrapper-1_bOZe[style*="background-color: rgba(88, 101, 242, 0.6"] {
|
||||
.folderIconWrapper-1Ml_1q[style*="background-color: rgba(88, 101, 242, 0.6"] {
|
||||
background-color: rgba(var(--accentcolor), 0.6) !important;
|
||||
}
|
||||
.folderIconWrapper-1_bOZe[style*="background-color: rgba(88, 101, 242, 0.5"] {
|
||||
.folderIconWrapper-1Ml_1q[style*="background-color: rgba(88, 101, 242, 0.5"] {
|
||||
background-color: rgba(var(--accentcolor), 0.5) !important;
|
||||
}
|
||||
.folderIconWrapper-1_bOZe[style*="background-color: rgba(88, 101, 242, 0.4"] {
|
||||
.folderIconWrapper-1Ml_1q[style*="background-color: rgba(88, 101, 242, 0.4"] {
|
||||
background-color: rgba(var(--accentcolor), 0.4) !important;
|
||||
}
|
||||
.folderIconWrapper-1_bOZe[style*="background-color: rgba(88, 101, 242, 0.3"] {
|
||||
.folderIconWrapper-1Ml_1q[style*="background-color: rgba(88, 101, 242, 0.3"] {
|
||||
background-color: rgba(var(--accentcolor), 0.3) !important;
|
||||
}
|
||||
.folderIconWrapper-1_bOZe[style*="background-color: rgba(88, 101, 242, 0.2"] {
|
||||
.folderIconWrapper-1Ml_1q[style*="background-color: rgba(88, 101, 242, 0.2"] {
|
||||
background-color: rgba(var(--accentcolor), 0.2) !important;
|
||||
}
|
||||
.folderIconWrapper-1_bOZe[style*="background-color: rgba(88, 101, 242, 0.1"] {
|
||||
.folderIconWrapper-1Ml_1q[style*="background-color: rgba(88, 101, 242, 0.1"] {
|
||||
background-color: rgba(var(--accentcolor), 0.1) !important;
|
||||
}
|
||||
.folderIconWrapper-1_bOZe svg[style^="color: rgb(88, 101, 242)"],
|
||||
.folderIconWrapper-1_bOZe svg[style*=" color: rgb(88, 101, 242)"] {
|
||||
.folderIconWrapper-1Ml_1q svg[style^="color: rgb(88, 101, 242)"],
|
||||
.folderIconWrapper-1Ml_1q svg[style*=" color: rgb(88, 101, 242)"] {
|
||||
color: rgb(var(--accentcolor)) !important;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue