From 7276be99e7a010e65d6a69496ac589fa34ecd2aa Mon Sep 17 00:00:00 2001 From: Ben Rog-Wilhelm Date: Fri, 29 Nov 2024 17:47:28 -0600 Subject: [PATCH] Requested theme tweak (see https://github.com/themotte/rDrama/issues/738) --- files/assets/css/midnight.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/files/assets/css/midnight.css b/files/assets/css/midnight.css index 4b4d61ebe..d1072f289 100644 --- a/files/assets/css/midnight.css +++ b/files/assets/css/midnight.css @@ -49,3 +49,17 @@ body, .navbar-light, .navbar-dark, .card, .modal-content, .comment-write textare .comment .comment-collapse-desktop { 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; +}