.
This commit is contained in:
parent
313e5afc2c
commit
f6a1656a1d
2 changed files with 5 additions and 3 deletions
|
@ -136,15 +136,15 @@ div[class^="listItem_"] [class^="wrapper_"] > svg > foreignObject,
|
|||
}
|
||||
|
||||
&:has(rect[fill="#23a55a"]),
|
||||
&:has(rect[fill="#43a25a"]) {
|
||||
&:has(rect[fill="#40a258"]) {
|
||||
--status-color: #{colors.$c2};
|
||||
}
|
||||
&:has(rect[fill="#f0b232"]),
|
||||
&:has(rect[fill="#ca9654"]) {
|
||||
&:has(rect[fill="#cc954c"]) {
|
||||
--status-color: #{colors.$c3};
|
||||
}
|
||||
&:has(rect[fill="#f23f43"]),
|
||||
&:has(rect[fill="#d83a42"]) {
|
||||
&:has(rect[fill="#d83a41"]) {
|
||||
--status-color: #{colors.$c5};
|
||||
}
|
||||
&:has(rect[fill="#593695"]),
|
||||
|
|
|
@ -1033,6 +1033,8 @@ svg[fill="#FF73FA"] {
|
|||
--checkbox-border-checked: #{colors.$accent} !important;
|
||||
--card-primary-bg: #{colors.$secondary} !important;
|
||||
--background-message-hover: #{colors.$tertiary} !important;
|
||||
--background-code: #{colors.$secondary} !important;
|
||||
--border-normal: #383838;
|
||||
|
||||
--custom-app-top-bar-height: 24px;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue