Move .ovk-photo-view to the other spot

This commit is contained in:
Jillian Österreich 2024-04-19 11:10:27 +03:00 committed by GitHub
parent 99543d48af
commit c608c08db4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;
}