From 8d16e1ab9977b63993145f7dae410edb86928197 2020-07-16 00:31:46 From: Juan C. Espinoza Date: 2020-07-16 00:31:46 Subject: [PATCH] Fix breadcrum in header --- diff --git a/plotter/static/css/header.css b/plotter/static/css/header.css index 01d9466..109f491 100644 --- a/plotter/static/css/header.css +++ b/plotter/static/css/header.css @@ -82,12 +82,20 @@ padding: 7px 0; } -.navbar-igp-2 .nav-link { - color: var(--tertiary); +.navbar-igp-2 .nav-link{ + color: var(--secondary); display: inline; padding: 0; } +.navbar-igp-2 ul>li:not(:first-of-type) a:hover{ + color: var(--secondary); +} + +.navbar-igp-2 li.active a { + color: var(--tertiary); +} + .navbar-igp-2 ul>li:not(:first-of-type):before { content: '|'; margin: 0.2em; diff --git a/plotter/templates/header_igp.html b/plotter/templates/header_igp.html index 80f59a0..5289305 100644 --- a/plotter/templates/header_igp.html +++ b/plotter/templates/header_igp.html @@ -96,13 +96,18 @@