From 167b1813cd4ac8b204fe4ed85bb0271251548038 Mon Sep 17 00:00:00 2001 From: ng0 Date: Wed, 4 Sep 2019 17:26:00 +0000 Subject: stylize the navbar darker, make it easier to read. --- styles.css | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'styles.css') diff --git a/styles.css b/styles.css index a2981c40..2307a5f7 100644 --- a/styles.css +++ b/styles.css @@ -33,6 +33,13 @@ nav a:visited { text-decoration: none; } +.navbar-light .navbar-nav .nav-link { + /* 0,0,0,.5 makes it problematic to read, + simply black is less problematic */ + color: rgb(0, 0, 0); + text-decoration: underline; +} + #body_content a:hover { transition: background-color 0.3s; background-color: rgba(200, 200, 200, 0.5); @@ -72,12 +79,12 @@ footer { } .btn-dark { - background-color: #9d9d9d; + background-color: #9d9d9d; } #mybody nav { - border-radius: 0px; + border-radius: 0px; } footer { -- cgit v1.2.3