Convert buttons to links.

This commit is contained in:
Mike Cao 2020-09-15 19:16:05 -07:00
parent e35821a0c3
commit 5e57b26e46
16 changed files with 82 additions and 50 deletions

View file

@ -1,12 +1,12 @@
.link,
.link:active,
.link:visited {
a.link,
a.link:active,
a.link:visited {
position: relative;
color: #2c2c2c;
text-decoration: none;
}
.link:before {
a.link:before {
content: '';
position: absolute;
bottom: -2px;
@ -17,7 +17,7 @@
transition: width 100ms;
}
.link:hover:before {
a.link:hover:before {
width: 100%;
transition: width 100ms;
}