diff options
Diffstat (limited to 'src/partials/footer.html')
| -rw-r--r-- | src/partials/footer.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/partials/footer.html b/src/partials/footer.html index b91ab68..77b89e0 100644 --- a/src/partials/footer.html +++ b/src/partials/footer.html @@ -1,9 +1,9 @@ -<footer class="relative font-serif"> - <img class="w-full" src="/assets/images/paper-texture.png" alt="paper cut texture"> +<footer class="relative dark:text-white font-serif"> + <img class="dark:hidden w-full" src="/assets/images/paper-texture.png" alt="paper cut texture"> <div class="relative pb-8 pt-24 overflow-y-clip"> - <img class="absolute object-fill w-full h-full z-[-1] top-0 left-0" src="/assets/images/paper-cut.png" alt="paper texture"> + <img class="dark:invert absolute object-fill w-full h-full z-[-1] top-0 left-0" src="/assets/images/paper-cut.png" alt="paper texture"> <div class="mx-auto flex gap-8 flex-wrap container max-sm:px-5"> - <a class="min-w-16" href="/"><img width="96" height="96" src="/assets/icons/logo.svg" alt="logo letter M"></a> + <a class="min-w-16" href="/"><img class="dark:invert" width="96" height="96" src="/assets/icons/logo.svg" alt="logo letter M"></a> <ul class="flex gap-8 flex-wrap"> <li> <p class="text-xl first-letter:capitalize mb-3">техническое</p> |
