diff options
| author | Danilo M. <danix@danix.xyz> | 2026-04-16 12:10:09 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-04-16 12:10:09 +0200 |
| commit | a3728e71f05e0ee28d3332bbc4c98c1521fd23a8 (patch) | |
| tree | b50a0c81493fe6895e9baf5da3783c7d5181d5e6 /themes | |
| parent | e5bc9c6e1f145f3858d7042e32ea53d8fec76def (diff) | |
| download | danixxyz-a3728e71f05e0ee28d3332bbc4c98c1521fd23a8.tar.gz danixxyz-a3728e71f05e0ee28d3332bbc4c98c1521fd23a8.zip | |
test: set footer background to red to check if inline styles work at all
Diffstat (limited to 'themes')
| -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 9bde995..5d9c6be 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" style="background-color: rgb(12, 21, 32) !important;"> +<footer class="mt-16 border-t py-12" style="background-color: red !important;"> <div class="container mx-auto px-4"> <div class="grid md:grid-cols-3 gap-8 mb-8"> <!-- About --> |
