This commit is contained in:
Ben Rog-Wilhelm 2024-11-29 17:47:28 -06:00
parent 3002426974
commit 7276be99e7

View file

@ -49,3 +49,17 @@ body, .navbar-light, .navbar-dark, .card, .modal-content, .comment-write textare
.comment .comment-collapse-desktop { .comment .comment-collapse-desktop {
border-left: 2px solid var(--black); border-left: 2px solid var(--black);
} }
/* requested by https://github.com/themotte/rDrama/issues/738 */
.volunteer_teaser {background-color: transparent;}
html{overflow-x:hidden;}
img[src^="https://www.themotte.org/assets/images/TheMotte/default"],
img[src^="https://www.themotte.org/assets/images/default_"]{
filter: invert(1);
}
.container{
margin: 10px!important;
}