From 57390a291b20aa268513a40c60954a3bae5237d2 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Mon, 15 Apr 2024 10:10:49 +0800 Subject: [PATCH] No need background if there's pre-meta before it --- src/components/status.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/status.css b/src/components/status.css index 8bcf2b8f..4398c907 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;