aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/application.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/sass/application.scss')
-rw-r--r--client/src/sass/application.scss5
1 files changed, 5 insertions, 0 deletions
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 {
283 } 283 }
284} 284}
285 285
286.nav-tabs .nav-link.active {
287 background-color: var(--mainBackgroundColor) !important;
288 border-bottom: none;
289}
290
286.orange-button { 291.orange-button {
287 @include peertube-button; 292 @include peertube-button;
288 @include orange-button; 293 @include orange-button;