diff --git a/src/components/status.css b/src/components/status.css index 8bcf2b8..4398c90 100644 --- a/src/components/status.css +++ b/src/components/status.css @@ -365,6 +365,10 @@ background-image: var(--yellow-stripes); } + .status-pre-meta + & { + background-image: none; + } + > * { opacity: 0.65; transition: opacity 1s ease-out;