mirror of
https://gitlab.com/octospacc/octospacc.gitlab.io
synced 2025-01-10 07:52:59 +01:00
17 lines
167 B
CSS
17 lines
167 B
CSS
html.theme_dark svg.IconBlack {
|
|
filter: invert(1);
|
|
}
|
|
|
|
body {
|
|
overflow-x: hidden;
|
|
}
|
|
|
|
.MbPost * {
|
|
max-width: 100%;
|
|
height: auto;
|
|
}
|
|
|
|
.MbPost figure {
|
|
margin: 1em;
|
|
}
|