Update main.scss

This commit is contained in:
Dean Eigenmann 2020-02-19 09:02:07 -05:00 committed by GitHub
parent 682782e1af
commit 64f15df237
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -1352,4 +1352,12 @@ a.footer-logo {
h2 {
margin-top: 1em;
}
.container .post-content a{
color: $purple;
text-decoration: underline;
&:hover{
color: $dark-grey;
}
}
}