mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-19 01:28:38 +02:00
chore: bump react-medium-image-zoom (#8064)
This commit is contained in:
parent
a492025cbf
commit
38dd7cfa04
9 changed files with 20 additions and 46 deletions
|
@ -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%);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue