diff --git a/theme.css b/theme.css index 2f5b202..0319341 100644 --- a/theme.css +++ b/theme.css @@ -313,6 +313,10 @@ body { border-bottom: 1px dotted #555; } +#chat .channel .message.highlight .time { + color: #fff; +} + #chat .channel .highlight .toggle-content { background-color: var(--background-dark-color); }