No need background if there's pre-meta before it

This commit is contained in:
Lim Chee Aun 2024-04-15 10:10:49 +08:00
parent cd5920114f
commit 57390a291b

View file

@ -365,6 +365,10 @@
background-image: var(--yellow-stripes); background-image: var(--yellow-stripes);
} }
.status-pre-meta + & {
background-image: none;
}
> * { > * {
opacity: 0.65; opacity: 0.65;
transition: opacity 1s ease-out; transition: opacity 1s ease-out;