reduce confusion mentioned in #2452

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

@ -218,18 +218,20 @@
} }
.show { .show {
background: rgba(0,0,0,.4); background: var(--prime);
padding: .3em .7em; padding: .3em .7em;
border-radius: var(--border-r); border-radius: var(--border-r);
top: .1em; top: .1em;
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: #fff;
transition: box-shadow .2s;
} }
.show:hover { .show:hover {
background: rgba(0,0,0,.65); box-shadow: 0 0 30px 2px #333;
color: white;
} }
a.next { a.next {

Loading…
Cancel
Save