diff options
| author | Danilo M. <danix@danix.xyz> | 2026-04-16 12:12:45 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-04-16 12:12:45 +0200 |
| commit | 132cb12e770640ed4443beb074957802ab556450 (patch) | |
| tree | b66c17fdb4e3c00161a552e1a27363c6ef972639 /themes/danix-xyz-hacker/layouts/partials/footer.html | |
| parent | e4aa2753e95fe9417cd502e8bc7d04d5f51b1ac9 (diff) | |
| download | danixxyz-132cb12e770640ed4443beb074957802ab556450.tar.gz danixxyz-132cb12e770640ed4443beb074957802ab556450.zip | |
fix: use CSS variables in footer inline styles for theme-aware colors
Diffstat (limited to 'themes/danix-xyz-hacker/layouts/partials/footer.html')
| -rw-r--r-- | themes/danix-xyz-hacker/layouts/partials/footer.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/danix-xyz-hacker/layouts/partials/footer.html b/themes/danix-xyz-hacker/layouts/partials/footer.html index 8db1cef..18bcf08 100644 --- a/themes/danix-xyz-hacker/layouts/partials/footer.html +++ b/themes/danix-xyz-hacker/layouts/partials/footer.html @@ -1,4 +1,4 @@ -<footer class="mt-16 border-t py-12" style="background-color: rgba(12, 21, 32, 0.85); backdrop-filter: blur(20px); box-shadow: 0 0 20px rgba(168, 85, 247, 0.12);"> +<footer class="mt-16 border-t py-12" style="background-color: rgba(var(--bg2-rgb), 0.85); backdrop-filter: blur(20px); box-shadow: 0 0 20px var(--accent-glow);"> <div class="container mx-auto px-4"> <div class="grid md:grid-cols-3 gap-8 mb-8"> <!-- About --> |
