diff options
| author | Danilo M. <danix@danix.xyz> | 2026-04-16 12:08:20 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-04-16 12:08:20 +0200 |
| commit | e5bc9c6e1f145f3858d7042e32ea53d8fec76def (patch) | |
| tree | b58daa45d686ba923029ceaec61daf4668dc58bc /themes/danix-xyz-hacker/layouts | |
| parent | 7da917cdd5ac2b443286e226e79092abf58c9a97 (diff) | |
| download | danixxyz-e5bc9c6e1f145f3858d7042e32ea53d8fec76def.tar.gz danixxyz-e5bc9c6e1f145f3858d7042e32ea53d8fec76def.zip | |
test: add inline style to footer background for debugging
Diffstat (limited to 'themes/danix-xyz-hacker/layouts')
| -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 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 --> |
