From c608c08db46732e6d22dadb61091c62f85d60fca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jillian=20=C3=96sterreich?= Date: Fri, 19 Apr 2024 11:10:27 +0300 Subject: [PATCH] Move .ovk-photo-view to the other spot --- themepacks/midnight/stylesheet.css | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/themepacks/midnight/stylesheet.css b/themepacks/midnight/stylesheet.css index 768771e4..93f86d8a 100644 --- a/themepacks/midnight/stylesheet.css +++ b/themepacks/midnight/stylesheet.css @@ -8,7 +8,8 @@ html { body, #backdropDripper, -#standaloneCommentBox { +#standaloneCommentBox, +.ovk-photo-view { background-color: #0e0b1a; color: #c6d2e8; } @@ -568,8 +569,3 @@ ul { .tabcontent { background: #2c2640 !important; } - -/* @FEAT(marshallovski): пофиксил цвет фона (раньше был просто белый фон) */ -.ovk-photo-view { - background-color: #0e0b1a; -} \ No newline at end of file