aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2018-03-19 15:17:11 +0000
committerMatthew Somerville <matthew-github@dracos.co.uk>2018-03-19 15:17:13 +0000
commit8d69e4d3f20db5d122d711673346c4ce9adc4242 (patch)
tree46fc8abc2e2eb4a504de8a669e032de8e338b515
parentc98281b5a3144bf81ab91fc749cdac913da1bf52 (diff)
Fix disappearing large-width visited navigation.
The change to base in fc172603 affected the layout display.
-rw-r--r--web/cobrands/sass/_layout.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/web/cobrands/sass/_layout.scss b/web/cobrands/sass/_layout.scss
index 2bd57f14a..3c5faf219 100644
--- a/web/cobrands/sass/_layout.scss
+++ b/web/cobrands/sass/_layout.scss
@@ -107,6 +107,9 @@ h1 {
background-color: transparent;
border-bottom: none;
}
+ a:visited {
+ color: $nav_fg;
+ }
}
.nav-menu--main {
a, span {