diff options
Diffstat (limited to 'themes/default/layouts/_default/section.feeds.html')
-rw-r--r-- | themes/default/layouts/_default/section.feeds.html | 19 |
1 files changed, 4 insertions, 15 deletions
diff --git a/themes/default/layouts/_default/section.feeds.html b/themes/default/layouts/_default/section.feeds.html index 2f391d8..172ff06 100644 --- a/themes/default/layouts/_default/section.feeds.html +++ b/themes/default/layouts/_default/section.feeds.html @@ -1,19 +1,8 @@ {{- define "styles" -}} -{{- $author := partial "function-authors-data.html" . -}} -{{- $author = $author.user -}} -<style> - {{ partial "navigator.css.html" (dict "Link" "/") | safeCSS }} - - tab-bar a[href*="{{ $author | relURL }}/feeds"] { - 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); - } -</style> + <style> + {{ partial "navigator.css.html" (dict "Link" "/") | safeCSS }} + {{ partial "tabbar.css.html" (dict "Context" . "Hash" "#feeds") | safeCSS }} + </style> {{- end -}} {{- define "header" -}} |