more color fixes
This commit is contained in:
parent
cc2dee4be8
commit
313e5afc2c
1 changed files with 17 additions and 3 deletions
|
@ -1010,11 +1010,13 @@ svg[fill="#FF73FA"] {
|
||||||
|
|
||||||
.visual-refresh.theme-dark,
|
.visual-refresh.theme-dark,
|
||||||
.visual-refresh .theme-dark {
|
.visual-refresh .theme-dark {
|
||||||
--text-primary: #{colors.$c7};
|
--text-primary: #{colors.$c15};
|
||||||
--text-secondary: #{colors.$highlight};
|
--text-secondary: #{colors.$c7};
|
||||||
--channels-default: #{colors.$c7};
|
--channels-default: #{colors.$highlight};
|
||||||
--text-brand: #{colors.$accent};
|
--text-brand: #{colors.$accent};
|
||||||
|
|
||||||
|
--interactive-muted: #2d2d2d;
|
||||||
|
|
||||||
--bg-brand: #{colors.$accent};
|
--bg-brand: #{colors.$accent};
|
||||||
--bg-base-primary: #{colors.$primary} !important;
|
--bg-base-primary: #{colors.$primary} !important;
|
||||||
--bg-base-secondary: #{colors.$secondary} !important;
|
--bg-base-secondary: #{colors.$secondary} !important;
|
||||||
|
@ -1094,6 +1096,18 @@ svg[fill="#FF73FA"] {
|
||||||
[class^="cardHeader_"] {
|
[class^="cardHeader_"] {
|
||||||
background: #1a1a1a !important;
|
background: #1a1a1a !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[class^="member_"] {
|
||||||
|
color: #7f7f7f;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
color: #{colors.$c7};
|
||||||
|
}
|
||||||
|
|
||||||
|
[class*="activityText_"] {
|
||||||
|
color: #{colors.$highlight};
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/****/
|
/****/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue