summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--styles.css11
1 files changed, 9 insertions, 2 deletions
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 {