Added links.

This commit is contained in:
2023-07-23 08:01:20 -05:00
parent c692b84134
commit 6c715a0064
4 changed files with 18 additions and 4 deletions

View File

@ -37,13 +37,15 @@ body.fh5co-overflow {
}
a {
color: #f7c873;
color: #A31A73;
font-weight: 400;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
}
a:hover, a:focus, a:active {
color: #f3ac2b;
font-weight: 500;
color: #237afc;
outline: none;
text-decoration: none;
}