From 0437dac0b4c05c33d29a15cd983331d55560fb11 Mon Sep 17 00:00:00 2001 From: Dragonlinae <30457912+Dragonlinae@users.noreply.github.com> Date: Mon, 4 Sep 2023 20:25:55 -0700 Subject: [PATCH] Update footer.css --- footer.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/footer.css b/footer.css index 03570e4..72c0f1a 100644 --- a/footer.css +++ b/footer.css @@ -66,5 +66,25 @@ } .form-control:focus { color: #EEE; +} +.nav-tabs .nav-item { + background-color: transparent; + margin-bottom: -1px; + border-color: #dee2e6 #dee2e6 black; +} +.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link { + color: white; + background-image: linear-gradient(#48C76A, black); + border-color: #dee2e6 #dee2e6 black; +} +a.nav-link { + color: #48C76A; + text-decoration: none; +} +.nav-tabs .nav-link { + border: 1px solid transparent; + border-top-left-radius: .25rem; + border-top-right-radius: .25rem; + border-color: #dee2e6 #dee2e6 black; }