From 6a0527e2f148a2d2f0f9a61d227493ae4f262bd3 Mon Sep 17 00:00:00 2001 From: Gabe Date: Fri, 31 Jul 2026 19:55:15 +0000 Subject: [PATCH] Update Dashboard_Containers/flame/flame.css --- Dashboard_Containers/flame/flame.css | 40 +--------------------------- 1 file changed, 1 insertion(+), 39 deletions(-) diff --git a/Dashboard_Containers/flame/flame.css b/Dashboard_Containers/flame/flame.css index 7e574cd..cf96c34 100644 --- a/Dashboard_Containers/flame/flame.css +++ b/Dashboard_Containers/flame/flame.css @@ -36,8 +36,7 @@ } } -/* old background image version */ -/* +/* background image */ body { position: absolute; top: 0; @@ -58,46 +57,9 @@ body:before { transform: scale(1.1); /* Change the following only: */ -/* filter: blur(0.2rem); opacity: 0.6; } -/* - -/* Background image */ -body:before { - content: ""; - position: fixed; - inset: 0; - - background-size: cover; - background-position: center; - - z-index: -999; - transform: scale(1.1); - - filter: blur(0.05rem); - opacity: 0.8; - - animation: bgRotate 30s infinite; -} -@keyframes bgRotate { - 0%, 24% { - background-image: Url("https://wallpaperaccess.com/full/1286235.jpg"); - } - - 25%, 49% { - background-image: url("https://cdn.wallpapersafari.com/11/75/CdJIwn.jpg"); - } - - 50%, 74% { - background-image: url("https://images.hdqwalls.com/wallpapers/darth-revan-star-wars-4k-1a.jpg"); - } - - 75%, 100% { - background-image: url("https://wallpaperaccess.com/full/14387086.jpg"); - } -} /* Truncate Title and URL */ .AppCard_AppCardIcon__8ZZTq {