Removing silly text deco

This commit is contained in:
shockrah 2023-10-01 14:30:26 -07:00
parent e257c20eb8
commit 90f4262b86

View File

@ -93,6 +93,10 @@ html {
text-decoration: none; text-decoration: none;
} }
.socials:hover {
text-decoration: none;
}
.reveal-text { .reveal-text {
animation: slideIn 1.2s; animation: slideIn 1.2s;
animation-delay: 750ms; animation-delay: 750ms;