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

pull/501/head
Lim Chee Aun 2024-04-15 10:10:49 +08:00
rodzic cd5920114f
commit 57390a291b
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

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