Updated footer.

This commit is contained in:
Jeremy Nusser 2022-10-29 08:08:57 -05:00
parent c082844d29
commit d10ca3c395
3 changed files with 12 additions and 2 deletions

View File

@ -3261,6 +3261,10 @@ video {
--tw-text-opacity: 0.4; --tw-text-opacity: 0.4;
} }
.underline {
text-decoration-line: underline;
}
.placeholder-gray-500::-moz-placeholder { .placeholder-gray-500::-moz-placeholder {
--tw-placeholder-opacity: 1; --tw-placeholder-opacity: 1;
color: rgb(107 114 128 / var(--tw-placeholder-opacity)); color: rgb(107 114 128 / var(--tw-placeholder-opacity));

View File

@ -74,7 +74,9 @@
<p class="mt-8 text-base text-center text-gray-400">&copy; {{ now.Format "2006" }} <p class="mt-8 text-base text-center text-gray-400">&copy; {{ now.Format "2006" }}
{{ .Site.Title }}. All rights {{ .Site.Title }}. All rights
reserved.</p> reserved.</p>
<p class="mt-2 text-base text-center text-gray-400">Made with &#x2764;&#xfe0f; by <span <p class="mt-2 text-base text-center text-gray-400">Made with &#x2764;&#xfe0f; by <a
class="font-black uppercase">Nusser</span> <span class="font-light uppercase">Studios.</span></p> href="https://nusserstudios.com" class="hover:underline hover:text-indigo-600"><span
class="font-black uppercase">Nusser</span> <span class="font-light uppercase">Studios.</span></a>
</p>
</div> </div>
</footer> </footer>

View File

@ -3261,6 +3261,10 @@ video {
--tw-text-opacity: 0.4; --tw-text-opacity: 0.4;
} }
.underline {
text-decoration-line: underline;
}
.placeholder-gray-500::-moz-placeholder { .placeholder-gray-500::-moz-placeholder {
--tw-placeholder-opacity: 1; --tw-placeholder-opacity: 1;
color: rgb(107 114 128 / var(--tw-placeholder-opacity)); color: rgb(107 114 128 / var(--tw-placeholder-opacity));