From 933a98c1f63c3b460c50e7860befe74e05d6710e Mon Sep 17 00:00:00 2001 From: mlorb Date: Thu, 17 May 2018 11:01:15 +0200 Subject: [PATCH] fix smart anotation color --- app/assets/stylesheets/themes/scinote.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/assets/stylesheets/themes/scinote.scss b/app/assets/stylesheets/themes/scinote.scss index d30b5b708..148d7337d 100644 --- a/app/assets/stylesheets/themes/scinote.scss +++ b/app/assets/stylesheets/themes/scinote.scss @@ -1721,9 +1721,8 @@ th.custom-field .modal-tooltiptext { } .sa-type { - border: 1px solid $color-black; + border: 1px solid $color-emperor; border-radius: 4px; - color: $color-black; font-weight: 600; padding: 0 2px; text-decoration: none;