Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Commit

Permalink
feat: added underlined link
Browse files Browse the repository at this point in the history
  • Loading branch information
taciturnaxolotl committed Dec 30, 2023
1 parent 953cd66 commit f8d0764
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Powered by <a href="https://www.netlify.com/">Netlify</a>
</p>
<p>
For any inquiries, or simply to say hi, please email us <a href="mailto:%68%65%6c%6c%6f%40%70%75%72%70%6c%65%62%75%62%62%6c%65%2e%6f%72%67">here</a>!
For any inquiries, or simply to say hi, please <a href="mailto:%68%65%6c%6c%6f%40%70%75%72%70%6c%65%62%75%62%62%6c%65%2e%6f%72%67">email us</a>!
</p>
</div>

Expand Down
4 changes: 4 additions & 0 deletions src/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,10 @@ a {
color: inherit;
text-decoration: inherit;
}
a:hover {
text-decoration: underline;
text-decoration-color: var(--dl-color-purple-light);
}

input {
padding: 2px 4px;
Expand Down

0 comments on commit f8d0764

Please sign in to comment.