tweak 'show me' styles

pull/3789/head
Rich Harris 5 years ago committed by GitHub
parent b605f3867e
commit d4fd91cbb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -225,13 +225,11 @@
position: relative; position: relative;
font-size: var(--h5); font-size: var(--h5);
font-weight: 300; font-weight: 300;
box-shadow: 0 0 20px #444; color: rgba(255,255,255,0.7);
color: #fff;
transition: box-shadow .2s;
} }
.show:hover { .show:hover {
box-shadow: 0 0 30px 2px #333; color: white;
} }
a.next { a.next {

Loading…
Cancel
Save