This commit is contained in:
Cynthia Foxwell 2023-12-03 18:42:45 -07:00
parent 07cee57fc3
commit 50eed1f91f
3 changed files with 8 additions and 5 deletions

View File

@ -159,6 +159,9 @@ div[class^="listItem_"] [class^="wrapper_"] > svg > foreignObject,
&:has(rect[fill="#f23f43"]) {
--status-color: #{colors.$c5};
}
&:has(rect[fill="#593695"]) {
--status-color: #{colors.$c4};
}
}
.platform-icons-wrapper > svg path {

View File

@ -117,7 +117,7 @@
}
}
}
&[class*="modeUnread_"] {
&[class*="modeUnread"] {
[class^="link_"] {
--channel-icon: var(--text-normal);
[class^="name_"] {
@ -272,7 +272,7 @@
}
}
}
&[class*="modeUnread_"] {
&[class*="modeUnread"] {
[class^="link_"] {
--channel-icon: var(--text-normal);
[class^="name_"] {

View File

@ -340,8 +340,8 @@ $black-900: color.scale($black-500, $lightness: -95%);
--channeltextarea-background: #{colors.$tertiary} !important;
--status-positive-text: #{colors.$c7} !important;
--status-danger-text: #{colors.$c0} !important;
--status-warning-text: #{colors.$c7} !important;
--status-danger-text: #{colors.$c7} !important;
--status-warning-text: #{colors.$c0} !important;
}
.theme-light {
@ -853,7 +853,7 @@ rect[fill="hsl(262, calc(var(--saturation-factor, 1) * 46.8%), 39.8%)"] {
}
[class*="mentioned_"]:before {
background-color: #{colors.$accent};
background-color: #{colors.$accent} !important;
}
[class^="slider_"] [class^="bar_"],