From 475a38674364c6a7788f39ac8afd69fdcd991ef0 Mon Sep 17 00:00:00 2001 From: daudix Date: Tue, 17 Sep 2024 05:09:36 +0300 Subject: [PATCH] Place the blurhash behind post type icons --- sass/_article-list.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sass/_article-list.scss b/sass/_article-list.scss index a042986..9ca83e0 100644 --- a/sass/_article-list.scss +++ b/sass/_article-list.scss @@ -74,7 +74,7 @@ &::before { position: absolute; transform: translateY(-50%); - opacity: 0.5; + opacity: var(--disabled-opacity); z-index: -1; mask-size: cover; transition: var(--transition-longer); @@ -324,7 +324,7 @@ .blurhash { position: absolute; opacity: var(--dim-opacity); - z-index: -1; + z-index: -2; filter: var(--blurhash-blur); inset: 0; background-image: var(--blurhash);