This commit is contained in:
Cynthia Foxwell 2025-04-10 14:36:43 -06:00
parent 313e5afc2c
commit f6a1656a1d
Signed by: Cynosphere
SSH key fingerprint: SHA256:H3SM8ufP/uxqLwKSH7xY89TDnbR9uOHzjLoBr0tlajk
2 changed files with 5 additions and 3 deletions

View file

@ -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"]),

View file

@ -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;