From 8494a25c067fca9d31280c0a2a54be726518fbd9 Mon Sep 17 00:00:00 2001 From: Krystal Date: Tue, 17 Sep 2024 21:31:12 -0400 Subject: [PATCH] Newboth Update --- OtherStuff/NewBoth.css | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/OtherStuff/NewBoth.css b/OtherStuff/NewBoth.css index 337cced..0ff7365 100644 --- a/OtherStuff/NewBoth.css +++ b/OtherStuff/NewBoth.css @@ -4,15 +4,17 @@ * @version 500.0 * @description View both STATUS and USERNAME at the same time */ -[class^=hovered], [class^=hoverRoll][class*=forceHover]:not([class^=disabled]) > [class^=default] -{ - opacity: 1!important; - transform: none; -} [class^=avatarWrapper_] [class^=nameTag_] [class^=hovered_]::before{ - content: "@"; + color: var(--text-muted); + content: "@"; } + +.container_b2ca13 .hovered_e07331, .hoverRoll_e07331.forceHover_e07331:not(.disabled_e07331) .default_e07331{ +opacity: 1!important; +transform: none; +} + [class^=hoverRoll] > [class^=default] { - margin-top: 15px; +margin-top: 15px; } \ No newline at end of file