aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sources/css/tyrian/less/navbar.less5
1 files changed, 4 insertions, 1 deletions
diff --git a/sources/css/tyrian/less/navbar.less b/sources/css/tyrian/less/navbar.less
index 2978630..3e7f964 100644
--- a/sources/css/tyrian/less/navbar.less
+++ b/sources/css/tyrian/less/navbar.less
@@ -8,7 +8,10 @@
ul.nav li.active {
background-color: @body-bg;
- font-weight: bold;
+ }
+
+ a:link, a:visited {
+ color: @text-color;
}
.navbar-toggle {