This commit is contained in:
2026-05-22 18:19:21 +02:00
parent bc89c1d7a8
commit 126923f2b7

View File

@@ -14394,8 +14394,8 @@ body.scroller-active #gchat-reopen-bubble {
/* Filter badge style on navbar */ /* Filter badge style on navbar */
.filter-badge { .filter-badge {
position: absolute; position: absolute;
bottom: -6px; bottom: -13px;
right: -8px; right: -5px;
font-size: 8px; font-size: 8px;
font-weight: 800; font-weight: 800;
padding: 1px 4px; padding: 1px 4px;
@@ -14489,7 +14489,8 @@ body.scroller-active #gchat-reopen-bubble {
/* ZOMG Mode glowing Z indicator */ /* ZOMG Mode glowing Z indicator */
.zomg-z { .zomg-z {
color: #f1c40f; /* Gold/Yellow */ color: #f1c40f;
/* Gold/Yellow */
font-weight: 900; font-weight: 900;
text-shadow: 0 0 3px #f1c40f; text-shadow: 0 0 3px #f1c40f;
margin-left: 2px; margin-left: 2px;
@@ -14500,6 +14501,7 @@ body.scroller-active #gchat-reopen-bubble {
from { from {
text-shadow: 0 0 2px #f1c40f; text-shadow: 0 0 2px #f1c40f;
} }
to { to {
text-shadow: 0 0 6px #f1c40f, 0 0 10px #f1c40f; text-shadow: 0 0 6px #f1c40f, 0 0 10px #f1c40f;
} }