Refactor CSS formatting in user uploads template for improved readability

This commit is contained in:
Ross
2026-03-02 10:37:02 +00:00
parent ed6418efad
commit 166b0a0282
+4 -4
View File
@@ -255,10 +255,10 @@
grid-area: 1/1;
--c: no-repeat radial-gradient(farthest-side, var(--accent) 92%, #0000);
background:
var(--c) 50% 0,
var(--c) 50% 100%,
var(--c) 100% 50%,
var(--c) 0 50%;
var(--c) 50% 0,
var(--c) 50% 100%,
var(--c) 100% 50%,
var(--c) 0 50%;
background-size: 12px 12px;
animation: l12 1s infinite;
opacity: 0.95;