From d10ca3c395f44386bdf67ff9e04eb851a788c1fb Mon Sep 17 00:00:00 2001 From: Jeremy Nusser Date: Sat, 29 Oct 2022 08:08:57 -0500 Subject: [PATCH] Updated footer. --- assets/css/style.css | 4 ++++ layouts/partials/footer.html | 6 ++++-- .../css/style.css_ad9a12809e06de71aca16e9138fbecf4.content | 4 ++++ 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index ff1b58c..b222aa1 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -3261,6 +3261,10 @@ video { --tw-text-opacity: 0.4; } +.underline { + text-decoration-line: underline; +} + .placeholder-gray-500::-moz-placeholder { --tw-placeholder-opacity: 1; color: rgb(107 114 128 / var(--tw-placeholder-opacity)); diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 3747f21..f0e62d5 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -74,7 +74,9 @@

© {{ now.Format "2006" }} {{ .Site.Title }}. All rights reserved.

-

Made with ❤️ by Nusser Studios.

+

Made with ❤️ by Nusser Studios. +

\ No newline at end of file diff --git a/resources/_gen/assets/css/css/style.css_ad9a12809e06de71aca16e9138fbecf4.content b/resources/_gen/assets/css/css/style.css_ad9a12809e06de71aca16e9138fbecf4.content index ff1b58c..b222aa1 100644 --- a/resources/_gen/assets/css/css/style.css_ad9a12809e06de71aca16e9138fbecf4.content +++ b/resources/_gen/assets/css/css/style.css_ad9a12809e06de71aca16e9138fbecf4.content @@ -3261,6 +3261,10 @@ video { --tw-text-opacity: 0.4; } +.underline { + text-decoration-line: underline; +} + .placeholder-gray-500::-moz-placeholder { --tw-placeholder-opacity: 1; color: rgb(107 114 128 / var(--tw-placeholder-opacity));