Merge pull request #12 from nusserstudios/dev

Updated footer.
This commit is contained in:
Nusser Studios 2022-10-29 08:09:30 -05:00 committed by GitHub
commit f4cf58cbb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 2 deletions

View File

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

View File

@ -74,7 +74,9 @@
<p class="mt-8 text-base text-center text-gray-400">&copy; {{ now.Format "2006" }}
{{ .Site.Title }}. All rights
reserved.</p>
<p class="mt-2 text-base text-center text-gray-400">Made with &#x2764;&#xfe0f; by <span
class="font-black uppercase">Nusser</span> <span class="font-light uppercase">Studios.</span></p>
<p class="mt-2 text-base text-center text-gray-400">Made with &#x2764;&#xfe0f; by <a
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>
</footer>

View File

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