Header: revert to pure-CSS x-ray effect

This commit is contained in:
rektdeckard
2020-09-29 23:31:26 -04:00
parent 3046dca05d
commit acf53eb9a0
2 changed files with 24 additions and 67 deletions

View File

@@ -48,6 +48,15 @@ a.nav-link:hover:after {
cursor: cell;
}
.xray {
opacity: 1;
transition: opacity 200ms ease;
}
.xray:hover {
opacity: 0;
}
.image-container {
position: relative;
width: 100%;