Merge pull request #3789 from mustafa0x/patch-1

reduce confusion mentioned in #2452
pull/3802/head
Rich Harris 5 years ago committed by GitHub
commit ede5e8ec36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -218,17 +218,17 @@
}
.show {
background: rgba(0,0,0,.4);
background: var(--prime);
padding: .3em .7em;
border-radius: var(--border-r);
top: .1em;
position: relative;
font-size: var(--h5);
font-weight: 300;
color: rgba(255,255,255,0.7);
}
.show:hover {
background: rgba(0,0,0,.65);
color: white;
}

Loading…
Cancel
Save