aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/_default/feeds.html
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-05-09 20:28:50 -0400
committertdro <tdro@noreply.example.com>2022-05-09 20:28:50 -0400
commit43149e4872c9e3e4766d4b38a752e62c07a2bb3c (patch)
tree31c7f26a534ff9438c2d9bbedb45f93f4f4bcbfa /themes/default/layouts/_default/feeds.html
parent887330116c9cd4828418342c9881524ed454ce0a (diff)
downloadcanory-43149e4872c9e3e4766d4b38a752e62c07a2bb3c.tar.gz
canory-43149e4872c9e3e4766d4b38a752e62c07a2bb3c.tar.bz2
canory-43149e4872c9e3e4766d4b38a752e62c07a2bb3c.zip
themes/default/layouts/_default: Set tab list active color
Diffstat (limited to 'themes/default/layouts/_default/feeds.html')
-rw-r--r--themes/default/layouts/_default/feeds.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/themes/default/layouts/_default/feeds.html b/themes/default/layouts/_default/feeds.html
index a4ddb66..e4c1405 100644
--- a/themes/default/layouts/_default/feeds.html
+++ b/themes/default/layouts/_default/feeds.html
@@ -4,11 +4,13 @@
{{ partial "styles-navigator.html" (dict "Link" "/") | safeCSS }}
tab-list a[href="{{ .Site.BaseURL }}/{{ $author }}/feeds/"] {
+ color: #111;
+ color: var(--foreground);
display: inherit;
font-weight: 700;
- text-decoration: underline;
text-decoration-color: #014cc6;
text-decoration-color: var(--link);
+ text-decoration: underline;
}
</style>
{{ end }}