From 117d929a78a01846057d9e7d4407edb566915111 Mon Sep 17 00:00:00 2001 From: refact0r <34758569+refact0r@users.noreply.github.com> Date: Sun, 7 Jul 2024 14:17:23 -0700 Subject: [PATCH] fix vc names #5 --- system24.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/system24.css b/system24.css index e16b3c1..26c3518 100644 --- a/system24.css +++ b/system24.css @@ -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 */, @@ -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 {