From 59fb971394a897ea9da5f435f29e74d4b72080b5 Mon Sep 17 00:00:00 2001 From: Oleksii Kriuchykhin Date: Tue, 20 Nov 2018 17:31:27 +0100 Subject: [PATCH] Change text color on project cards tabs [SCI-2872] --- app/assets/stylesheets/themes/scinote.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/themes/scinote.scss b/app/assets/stylesheets/themes/scinote.scss index 3a8397557..c87bc3b1e 100644 --- a/app/assets/stylesheets/themes/scinote.scss +++ b/app/assets/stylesheets/themes/scinote.scss @@ -729,6 +729,10 @@ ul.double-line > li { border-bottom: 0; } } + + .tab-pane { + color: $color-emperor; + } } .panel-archive {