ui tweaks

This commit is contained in:
ed 2021-08-12 22:31:07 +02:00
parent 53d720217b
commit 990f915f42
2 changed files with 3 additions and 2 deletions

View file

@ -349,8 +349,8 @@ window.baguetteBox = (function () {
img.style.boxShadow = sel ? '0 0 3em #f4a' : '';
img.style.borderRadius = sel ? '1em' : '';
btnSel.style.color = sel ? '#fff' : '';
btnSel.style.background = sel ? '#f59' : '';
btnSel.style.textShadow = sel ? '1px 1px 0 #937' : '';
btnSel.style.background = sel ? '#d48' : '';
btnSel.style.textShadow = sel ? '1px 1px 0 #b38' : '';
}
function keyUpHandler(e) {

View file

@ -1406,6 +1406,7 @@ html.light #bbox-overlay figcaption a {
font-size: 1.4em;
line-height: 1.4em;
vertical-align: top;
font-variant: small-caps;
}
#bbox-overlay button:focus,
#bbox-overlay button:hover {