From 4189a0db86ab94328322c4bad0ea7b03fa57fff4 Mon Sep 17 00:00:00 2001 From: Orien Vandenbergh Date: Wed, 1 Nov 2017 13:03:28 -0600 Subject: [PATCH] Cleanup, add a attention color --- slack/orien.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/slack/orien.css b/slack/orien.css index f3f30c1..453ec3a 100644 --- a/slack/orien.css +++ b/slack/orien.css @@ -26,6 +26,7 @@ limitations under the License. --background: #23272a; --background-elevated: #2c2f33; --background-content: #36393e; + --attention: #d98719; /* These should be less important: */ --background-hover: rgba(255, 255, 255, 0.1); @@ -410,12 +411,15 @@ ts-message .action_hover_container .btn_msg_action, .feature_name_tagging_client ts-message .mention, ts-message .mention, span.match { - border: 1px solid var(--border-bright) !important; + border: 1px solid var(--attention) !important; background-color: var(--background-elevated) !important; font-weight: bold; + /* padding: 2px 4px; margin: 2px; border-radius: 10px; + orien + */ } .mention > .mention {