From abb7bbb9c12b55a4c6b0b347dd29b0f4c439401b Mon Sep 17 00:00:00 2001 From: Luis Aleixo Date: Wed, 10 Nov 2021 12:04:08 +0100 Subject: [PATCH] Added href to dropdown reference and blue colors for each navlink --- cara/apps/static/css/style.css | 4 ++-- cara/apps/templates/layout.html.j2 | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cara/apps/static/css/style.css b/cara/apps/static/css/style.css index b753c20c..39abaeb7 100644 --- a/cara/apps/static/css/style.css +++ b/cara/apps/static/css/style.css @@ -64,14 +64,14 @@ body { padding: .2rem; } -/* .nav-link { +.nav-link { color: rgb(255, 255, 255)!important; } .nav-link.active, .nav-link:hover { color: rgb(45, 138, 241)!important; -} */ +} /*============= SPLIT =============*/ diff --git a/cara/apps/templates/layout.html.j2 b/cara/apps/templates/layout.html.j2 index f43b94d5..e56dfb85 100644 --- a/cara/apps/templates/layout.html.j2 +++ b/cara/apps/templates/layout.html.j2 @@ -35,11 +35,11 @@