mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
Matugen/Discord: make slowmode easier to read
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user