some stuff

make '.contact a' have opacity of 0 so if i'm a numbnuts and puts text in one of those links
make hover transition faster too
This commit is contained in:
Christian
2021-01-07 14:13:17 -05:00
parent 92c5c41b45
commit df9b17f19d

View File

@@ -23,7 +23,7 @@ a {
text-align: center;
opacity: .9;
position: relative;
transition: opacity .5s;
transition: opacity .25s;
}
/* some hacky shit to make <div class=contact>s clickable. basically just makes
an <a> in a <div class=contact> take up the full div */
@@ -33,7 +33,7 @@ a {
height: 100%;
top: 0;
left: 0;
color: white;
opacity: 0;
position: absolute;
}
div.contact:hover {