We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac91b13 commit 9b60001Copy full SHA for 9b60001
_includes/navlinks.html
@@ -1,4 +1,4 @@
1
-<ul >
+<ul class="static-links">
2
<li><a href="/index">Home</a></li>
3
<li><a href="/about">About</a></li>
4
<li><a href="/contact">Contact</a></li>
assets/css/main.scss
@@ -64,9 +64,16 @@ h1 {
64
}
65
66
h1 a {
67
- color: inherit;
+ color: $light-color;
68
text-decoration: none;
69
70
+h1 a:visited {
71
72
+}
73
+
74
+.static-links a:visited {
75
+ color: $link-color;
76
77
78
code {
79
font-family: $code-font-family, monospace;
0 commit comments