summaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-04-16 12:08:20 +0200
committerDanilo M. <danix@danix.xyz>2026-04-16 12:08:20 +0200
commite5bc9c6e1f145f3858d7042e32ea53d8fec76def (patch)
treeb58daa45d686ba923029ceaec61daf4668dc58bc /themes
parent7da917cdd5ac2b443286e226e79092abf58c9a97 (diff)
downloaddanixxyz-e5bc9c6e1f145f3858d7042e32ea53d8fec76def.tar.gz
danixxyz-e5bc9c6e1f145f3858d7042e32ea53d8fec76def.zip
test: add inline style to footer background for debugging
Diffstat (limited to 'themes')
-rw-r--r--themes/danix-xyz-hacker/layouts/partials/footer.html2
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 a6d6130..9bde995 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 frosted-bar border-t py-12">
+<footer class="mt-16 frosted-bar border-t py-12" style="background-color: rgb(12, 21, 32) !important;">
<div class="container mx-auto px-4">
<div class="grid md:grid-cols-3 gap-8 mb-8">
<!-- About -->