17 lines
167 B
CSS
Raw Normal View History

2024-01-16 00:16:00 +01:00
html.theme_dark svg.IconBlack {
filter: invert(1);
}
body {
overflow-x: hidden;
}
2024-01-15 01:11:43 +01:00
.MbPost * {
2024-01-13 20:21:17 +01:00
max-width: 100%;
height: auto;
}
2024-01-15 01:11:43 +01:00
.MbPost figure {
2024-01-13 20:21:17 +01:00
margin: 1em;
}