fix bold font

This commit is contained in:
Amolith 2019-05-07 12:04:02 -04:00
parent ab68c4146e
commit 2a434a62b7
Signed by: Amolith
GPG Key ID: 51FD40936DB0065B
1 changed files with 3 additions and 3 deletions

View File

@ -72,7 +72,7 @@ body {
margin-right: 3rem;
margin-bottom: 10px;
}
.icons:hover {
.links:hover .icons {
background-color: black;
color: #FFFFFF;
}
@ -80,8 +80,8 @@ body {
font-family: Montserrat;
text-decoration: none;
}
.link-text:hover {
text-decoration: bold;
.links:hover .link-text {
font-weight: 700;
}
.link-text ::before {
content: "\f0c1 ";