1
0
mirror of https://github.com/avinal/box-box.git synced 2026-01-11 22:18:33 +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

@@ -29,7 +29,7 @@
{{- $classes = (printf "%s %s" $classes "bg-black text-white active dark:text-black dark:bg-white") }}
{{- $attrs = merge $attrs (dict "aria-current" "page") }}
{{- else }}
{{- $classes = (printf "%s %s hover:bg-%s-400" $classes "bg-white text-black dark:text-white dark:hover:text-black dark:hover:border-black dark:bg-neutral-900 ancestor" $color) }}
{{- $classes = (printf "%s %s hover:bg-%s-400" $classes "bg-black text-white ancestor hover:text-black" $color) }}
{{- $attrs = merge $attrs (dict "aria-current" "true") }}
{{- end }}