From 1fd3ef3fb49cf5482f2ab6f827a2b059a44f409c Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Thu, 20 Sep 2018 20:57:18 +0200 Subject: fix nav tab and tag color in dark theme --- client/src/sass/application.scss | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'client/src/sass/application.scss') diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index f21b91d2e..bc443b8d5 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss @@ -283,6 +283,11 @@ ngb-tabset.bootstrap { } } +.nav-tabs .nav-link.active { + background-color: var(--mainBackgroundColor) !important; + border-bottom: none; +} + .orange-button { @include peertube-button; @include orange-button; -- cgit v1.2.3