emacs-config/misc/pile-css-theme/_figure.scss

25 lines
337 B
SCSS
Raw Normal View History

2020-07-15 10:27:33 +00:00
figure {
text-align: center;
figcaption {
.figure-number {
@include light-meta();
}
margin-top: 10px;
@include light-para(15px);
}
}
img.zoomTarget:hover {
cursor: default !important;
}
// make white image backgrounds match page
img {
filter: invert(6%);
max-width: 100%;
}
.org-svg {
width: 90%
}