chore: bump react-medium-image-zoom (#8064)

This commit is contained in:
Joshua Chen 2022-09-08 00:36:00 -04:00 committed by GitHub
parent a492025cbf
commit 38dd7cfa04
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 20 additions and 46 deletions

View file

@ -5,6 +5,8 @@
* LICENSE file in the root directory of this source tree.
*/
@import 'react-medium-image-zoom/dist/styles.css';
:root {
/*
See css var + hsl color palette technique:
@ -220,3 +222,11 @@ div[class^='announcementBar_'] {
padding: 0 var(--ifm-pre-padding);
border-left: 3px solid #ff000080;
}
[data-rmiz-modal-overlay='visible'] {
background-color: rgba(255 255 255 / 95%);
}
[data-theme='dark'] [data-rmiz-modal-overlay='visible'] {
background-color: rgba(0 0 0 / 95%);
}