Fixed <a> coloring with mixin

Set nav-bar link color. Added var names for base colors.
This commit is contained in:
2019-02-02 23:21:21 -05:00
parent c75a2f1e76
commit d2a2ac9e2a
3 changed files with 34 additions and 20 deletions

View File

@@ -14,8 +14,8 @@
</h1>
<div class="container clearfix nav-bar">
[ <a class="path" href="{{ .Site.BaseURL }}">~</a> /
<a class="path" href="{{ .Page.Permalink }}">{{ .Page.Dir }}</a>
[ <a href="{{ .Site.BaseURL }}">~</a> /
<a href="{{ .Page.Permalink }}">{{ .Page.Dir }}</a>
]
<span class="caret"># _</span>