aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/_default/feeds.html
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-10-13 00:29:30 -0400
committertdro <tdro@noreply.example.com>2022-10-13 00:29:30 -0400
commitc9c54c0a99b775649beb78328b49ebe954984d11 (patch)
tree3e3eec93b18ec09507300567e4c94c7149a54365 /themes/default/layouts/_default/feeds.html
parentea2ea34bf15a70d3515dd9f0713d942faefb357d (diff)
downloadcanory-c9c54c0a99b775649beb78328b49ebe954984d11.tar.gz
canory-c9c54c0a99b775649beb78328b49ebe954984d11.tar.bz2
canory-c9c54c0a99b775649beb78328b49ebe954984d11.zip
themes/default/layouts/partials/profile-tabs: tab-list -> tab-bar
Add more specificity to nav elements and set up for adding more items to tab bar.
Diffstat (limited to 'themes/default/layouts/_default/feeds.html')
-rw-r--r--themes/default/layouts/_default/feeds.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/layouts/_default/feeds.html b/themes/default/layouts/_default/feeds.html
index 332c455..71e6328 100644
--- a/themes/default/layouts/_default/feeds.html
+++ b/themes/default/layouts/_default/feeds.html
@@ -3,7 +3,7 @@
<style>
{{ partial "styles-navigator.html" (dict "Link" "/") | safeCSS }}
- tab-list a[href="{{ .Site.BaseURL }}/{{ $author }}/feeds/"] {
+ tab-bar a[href="{{ .Site.BaseURL }}/{{ $author }}/feeds/"] {
color: #111;
color: var(--foreground);
display: inherit;