.texts is used elsewhere

This commit is contained in:
j 2021-10-23 15:09:20 +01:00
parent 5c356abdaa
commit 2937c0ba01

View file

@ -97,7 +97,8 @@ main > .film {
opacity: 0;
}
.info-meta, .bio-block, .play, .summary-block, .texts {
main > .film {
.info-meta, .bio-block, .play, .summary-block, .texts {
background: rgba(0, 0, 0, 0.55);
border-radius: 2px;
box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.6);
@ -111,6 +112,7 @@ main > .film {
text-decoration: none;
font-weight: 700;
}
}
}
.summary-block {