New link style

This commit is contained in:
2019-05-10 13:27:55 -04:00
parent 78f37a6283
commit 829ea983b0
3 changed files with 33 additions and 18 deletions

View File

@ -96,7 +96,13 @@ a {
display: inline-block;
padding: 1px 1px;
transition: color ease 0.3s;
border-bottom-color: $c-accent__blue;
border-bottom-style: dotted;
border-bottom-width: 1px;
word-wrap: break-word;
word-break: break-all;
/* Hover animation effect for all buttons */
&::after {
content: '';
@ -112,6 +118,7 @@ a {
&:hover {
color: white;
border-bottom-style: solid;
&::after {
height: 100%;
}