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));