Skip to content

Commit

Permalink
fix vc names #5
Browse files Browse the repository at this point in the history
  • Loading branch information
refact0r committed Jul 7, 2024
1 parent d93b653 commit 117d929
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions system24.css
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@
[class^=gifFavoriteButton_],
[class^=iconWrapper_] /* video play button */,
.wrapper_f316dd /* video controls */,
.custom-profile-theme [class*=color_][class*=text_] /* message button in custom profiles */ {
.custom-profile-theme [class*=color_][class*=text_] /* message button in custom profiles */,
[class*=overlayTitle_] /* vc names */ {
color: var(--txt-0);
}
[class^=embedVideoActions_] [class^=wrapper_] /* youtube embed play button */,
Expand Down Expand Up @@ -477,7 +478,7 @@ aside[class^='profilePanel_'] {
display: none;
}
/* re-add status indicators */
[class^='wrapper_'][class*='avatar']::after,
[class^='wrapper_'][class*='avatar']:has(rect)::after,
[class^='wrapper_'][class*='Avatar']::after,
[class^='clickable_'] [class^='wrapper_']::after,
[class^='avatar'] > [class^='wrapper_']:has(rect)::after {
Expand Down

0 comments on commit 117d929

Please sign in to comment.