diff --git a/src/scss/app.scss b/src/scss/app.scss index bc5eca4..34872a3 100644 --- a/src/scss/app.scss +++ b/src/scss/app.scss @@ -367,10 +367,25 @@ td.trim-p p:last-child { background-size: cover; p { + font-family: "Gabarito", sans-serif; + font-weight: 500; text-align: center; font-size: 3em; margin: 0; padding: 0; + + a { + transition: color 250ms; + } + + a:link, a:visited, a:active { + color: #fff; + } + + a:hover { + color: #03A9F4; + } + } } .post-tags a.badge {