From 05d090bda82f7aaf7f28c11d0c3bce6604bdb4ac Mon Sep 17 00:00:00 2001 From: soufiane Date: Wed, 22 May 2024 18:33:31 +0200 Subject: [PATCH] wait #6927 fix css --- style/100-global.sass | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/style/100-global.sass b/style/100-global.sass index a71fbb3..1d9b354 100644 --- a/style/100-global.sass +++ b/style/100-global.sass @@ -295,9 +295,6 @@ a width: 100% height: 100% - &:not([data-has-bg]) - background-color: var(--intro-color) - &[data-bg-fit="cover"] img object-fit: cover @@ -307,6 +304,10 @@ a img object-fit: fill +.active-screen + [data-has-bg] + //background-color: var(--intro-color) + .active-screen .m & [data-bg-d]:not([data-bg-m]) display: none -- 2.39.5