applies wompum color to tailwind class system
This commit is contained in:
@ -3,9 +3,9 @@
|
||||
{{ $termPage := $.Site.GetPage (printf "/%s/%s" $taxonomy $term) }}
|
||||
<a href="{{ $termPage.RelPermalink }}"
|
||||
data-size="{{ len $pages }}"
|
||||
class="tag {{ if eq $.page.RelPermalink $termPage.RelPermalink }}hidden{{ else }}inline-block{{ end }}
|
||||
p-2 my-1 border border-gray-100 rounded-lg whitespace-nowrap hover:text-gray-900 hover:opacity-100
|
||||
data-[size=1]:text-sm data-[size=1]:font-normal data-[size=1]:opacity-80
|
||||
class="tag font-bold
|
||||
{{ if eq $.page.RelPermalink $termPage.RelPermalink }}hidden{{ else }}inline-block{{ end }}
|
||||
data-[size=1]:text-sm data-[size=1]:font-normal data-[size=1]:opacity-90
|
||||
data-[size=2]:text-base
|
||||
data-[size=3]:text-xl
|
||||
data-[size=4]:text-3xl
|
||||
|
Reference in New Issue
Block a user