all-of-frontend/.obsidian/plugins/oz-image-plugin/styles.css
2021-09-13 19:26:53 +08:00

30 lines
644 B
CSS

div.oz-image-widget > img {
max-width: 100%;
}
div.oz-image-widget > img[alt$='#small'] {
max-width: 75% !important;
min-width: 200pt !important;
}
div.oz-image-widget > img[alt$='#x-small'] {
max-width: 50% !important;
min-width: 100pt !important;
}
div.oz-image-widget > img[alt$='#xx-small'] {
max-width: 25% !important;
min-width: 50pt !important;
}
.CodeMirror-linewidget > img {
margin-top: 5px !important;
margin-bottom: 5px !important;
}
.theme-dark img[alt$='#invert'],
.theme-dark div.oz-image-widget > img[alt$='#invert'] {
filter: invert(1) hue-rotate(180deg);
mix-blend-mode: screen;
}