1
0
mirror of https://github.com/avinal/box-box.git synced 2026-04-04 09:26:19 +05:30

update theme colors

Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>
This commit is contained in:
2025-02-03 15:02:41 +05:30
parent 3f17790897
commit 3dfab2630a
8 changed files with 11 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
{{- $color := (index (shuffle (slice "cyan" "teal" "pink" "rose" "fuchsia" "purple" "violet" "indigo" "emerald" "yellow" "amber" "red")) 0) }}
<div class="py-4" onclick="toggleTheme()">
<div class="py-4 ring-white">
<h1
class="text-2xl font-bold font-mono bg-gradient-to-r to-black hover:to-{{ $color }}-400 from-white dark:text-white dark:to-white dark:from-neutral-900 cursor-default"
class="text-2xl font-bold font-mono text-white cursor-default"
>
{{ site.Title }}
</h1>