From 982f78971b3cbe0093d6379162735bb993603869 Mon Sep 17 00:00:00 2001 From: Ly-sec Date: Mon, 3 Nov 2025 18:50:52 +0100 Subject: [PATCH] Matugen/Discord: make slowmode easier to read --- Assets/MatugenTemplates/vesktop.css | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) 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