diff --git a/src/marketplace/static/css/dssgsolve.css b/src/marketplace/static/css/dssgsolve.css index 1e9354c..6ab318a 100644 --- a/src/marketplace/static/css/dssgsolve.css +++ b/src/marketplace/static/css/dssgsolve.css @@ -85,6 +85,20 @@ body { margin: -125px 0 0; /* negative fixed header height */ } +.nav-tabs .nav-link.nav-dark { + color: #fff; + background-color: #80a415; + border-top-left-radius: 0.25rem; + border-top-right-radius: 0.25rem; +} +.nav-tabs .nav-link.nav-dark:hover { + background-color: #5d770f; +} +.nav-tabs .nav-link.nav-dark.active { + color: #fff; + background-color: #5d770f; +} + .footer { background-color: #ABCF38; color: white; diff --git a/src/marketplace/templates/marketplace/components/project_tabs.html b/src/marketplace/templates/marketplace/components/project_tabs.html index e57f8f1..d549f4d 100644 --- a/src/marketplace/templates/marketplace/components/project_tabs.html +++ b/src/marketplace/templates/marketplace/components/project_tabs.html @@ -1,7 +1,6 @@ - {% load rules %} -