From 407e9fa7da5da5f7eca0f996f503ded826b85567 Mon Sep 17 00:00:00 2001 From: William Grant Date: Tue, 23 Aug 2022 14:04:17 +1000 Subject: [PATCH] refactor: removed unused sass colors for _conversation.scss --- stylesheets/_conversation.scss | 7 ------- 1 file changed, 7 deletions(-) diff --git a/stylesheets/_conversation.scss b/stylesheets/_conversation.scss index a56a4e1b3..7ba156608 100644 --- a/stylesheets/_conversation.scss +++ b/stylesheets/_conversation.scss @@ -33,13 +33,6 @@ box-shadow: none; - .title { - margin: 6px; - color: darkslategray; - font-variant-caps: all-small-caps; - user-select: none; - } - .contents { display: flex; align-items: center;