Skip to content

Commit f4c9248

Browse files
workaround for low opacity of pictures in about page in PDF
1 parent 710e2b4 commit f4c9248

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/stylesheets/extra.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,11 @@
5959
zoom: 80%;
6060
}
6161

62+
/* fix image opacity for pictures in about page, where the default 1.0 results in a much lower opacity */
63+
.md-typeset img[align=left] {
64+
opacity: 0.99609375; /* 1 - 1/256 */
65+
}
66+
6267
/* disable menu */
6368
.md-md-header {
6469
display: none;

0 commit comments

Comments
 (0)