aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/tabbar.css.html
blob: 44a10a4d7594577232dac70f8f2ebca06306d564 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{{- $hash := or .Hash "" -}}
{{- $pageContext := .Context -}}

tab-bar a[href$="{{- $pageContext.RelPermalink -}}"],
tab-bar a[href$="{{- print $pageContext.RelPermalink $hash -}}"] {
  opacity: 1;
  color: #111;
  color: var(--foreground);
  font-weight: 700;
  text-decoration-color: #014cc6;
  text-decoration-color: var(--link);
  text-decoration: underline;
  border-bottom: 2px solid var(--background);
}