From 3c22bfdea6f9606dc19a0300acf28fcbd1569182 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Tue, 29 Oct 2024 18:25:34 +0200 Subject: [PATCH] web/css: remove outdated comment --- web/src/index.css | 1 - 1 file changed, 1 deletion(-) diff --git a/web/src/index.css b/web/src/index.css index 6d73b00..c3c3b58 100644 --- a/web/src/index.css +++ b/web/src/index.css @@ -42,7 +42,6 @@ --unread-counter-notification-bg: rgba(50, 150, 0, 0.7); --unread-counter-highlight-bg: rgba(200, 0, 0, 0.7); - /* These should be synced with the avatar colors in api/media.ts */ --sender-color-0: #a4041d; --sender-color-1: #9b2200; --sender-color-2: #803f00;