diff --git a/assets/scss/_styles_project.scss b/assets/scss/_styles_project.scss index d4b6ec7c..c8e7d7a1 100644 --- a/assets/scss/_styles_project.scss +++ b/assets/scss/_styles_project.scss @@ -692,8 +692,13 @@ figure { display: flex; } -.nav-tabs .nav-link.active { +.nav-tabs .nav-item:not(:first-child) .nav-link { + background-color: rgba(46, 46, 49, 0.8); +} + +.nav-tabs .nav-item:not(:first-child) .nav-link.active { color: #00d3a9; + background-color: rgba(46, 46, 49, 0.8); } .csvtable {