From 2318446fef2aeca3c282a05efd463f1d90861cdb Mon Sep 17 00:00:00 2001 From: Brandon Jordan Date: Fri, 26 Apr 2024 18:59:24 -0400 Subject: [PATCH] Fix accented action icons --- src/action-icons.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/action-icons.css b/src/action-icons.css index 5583231..39e08db 100644 --- a/src/action-icons.css +++ b/src/action-icons.css @@ -29,13 +29,13 @@ } .sp-container .sp-date-action .sp-action-icon:not(.sp-variable-icon) { - color: #ff3b2f; - background: #ffeeee; + color: #ff3b2f !important; + background: #ffeeee !important; } .sp-container .sp-blue-action .sp-action-icon:not(.sp-variable-icon) { - color: #007aff; - background: #eaf1ff; + color: #007aff !important; + background: #eaf1ff !important; } .sp-container .sp-comment-action {