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