Update Dashboard_Containers/flame/flame.css

This commit is contained in:
2026-07-31 19:55:15 +00:00
parent 446ecec01a
commit 6a0527e2f1
+1 -39
View File
@@ -36,8 +36,7 @@
} }
} }
/* old background image version */ /* background image */
/*
body { body {
position: absolute; position: absolute;
top: 0; top: 0;
@@ -58,46 +57,9 @@ body:before {
transform: scale(1.1); transform: scale(1.1);
/* Change the following only: */ /* Change the following only: */
/*
filter: blur(0.2rem); filter: blur(0.2rem);
opacity: 0.6; 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 */ /* Truncate Title and URL */
.AppCard_AppCardIcon__8ZZTq { .AppCard_AppCardIcon__8ZZTq {