diff --git a/Assets/MatugenTemplates/vesktop.css b/Assets/MatugenTemplates/vesktop.css index 03fb6f48..d3743c79 100644 --- a/Assets/MatugenTemplates/vesktop.css +++ b/Assets/MatugenTemplates/vesktop.css @@ -120,4 +120,29 @@ span[class*="timestamp"] time { span[class*="timestamp"]:hover time { color: var(--text-2) !important; /* Use heading color on hover */ opacity: 1 !important; +} + +/* Improve slowmode cooldown and typing indicator readability */ +[class*="cooldownText"], +[class*="cooldownWrapper"], +[class*="cooldownText"] svg, +.cooldownText_b21699, +.cooldownWrapper_b21699 { + color: var(--text-3) !important; /* Use normal text color for better contrast */ + opacity: 0.85 !important; /* Slightly muted but still readable */ +} + +/* Slowmode icon color */ +[class*="slowModeIcon"], +.slowModeIcon_b21699 { + color: var(--text-3) !important; + opacity: 0.85 !important; +} + +/* Typing indicator text */ +[class*="typing"] [class*="text"], +[class*="typingDots"] [class*="text"], +.typing_b88801 .text_b88801 { + color: var(--text-3) !important; + opacity: 0.85 !important; } \ No newline at end of file