reduce confusion mentioned in #2452

pull/7738/head
mustafa0x 6 years ago committed by GitHub
parent cb2aceaa5c
commit 1287be0ca5

@ -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