Footer link to Stirlingpdf.com (#1827)

* fix

* remove donate

* Footer to have link to website

---------

Co-authored-by: a <a>
This commit is contained in:
Anthony Stirling
2024-09-06 16:56:55 +02:00
committed by GitHub
parent d9309563d6
commit 7ccb4d59b0
4 changed files with 16 additions and 8 deletions

View File

@@ -18,7 +18,17 @@
text-align: center; /* Centers the text inside the div */
width: 100%; /* Full width to center the text properly */
}
.stirling-link {
text-decoration: none; /* Remove the underline */
color: inherit; /* Keep the text color the same as the surrounding text */
cursor: pointer; /* Change the cursor to indicate it's clickable */
font-weight: bold; /* Make it bold to subtly hint that it's clickable */
transition: color 0.3s ease; /* Add a smooth transition effect for color change on hover */
}
.stirling-link:hover {
color: #007BFF; /* Change the color on hover to a noticeable link color */
}
.footer-icon {
font-size: 2rem;
}