1
0
mirror of https://github.com/avinal/box-box.git synced 2026-07-04 03:00:09 +05:30
Files

11 lines
565 B
HTML
Raw Permalink Normal View History

2025-01-01 17:13:08 +05:30
{{- $color := (index (shuffle (slice "cyan" "teal" "pink" "rose" "fuchsia" "purple" "violet" "indigo" "emerald" "yellow" "amber" "red")) 0) }}
2025-01-01 14:40:16 +05:30
<div
2025-02-03 15:02:41 +05:30
class="relative overflow-auto px-4 ring-1 ring-gray-800 mt-5 text-center text-light text-gray-500 hover:text-black hover:bg-{{ $color }}-400 dark:text-gray-200 dark:ring-white dark:hover:ring-black dark:hover:bg-{{ $color }}"
2025-01-01 14:40:16 +05:30
>
<span
><a href="https://github.com/avinal/box-box">Box Box</a> | A
<a href="https://gohugo.io/">Hugo</a> theme by
<a href="https://avinal.space">Avinal</a>
</span>
</div>