history page loader transparent fix

This commit is contained in:
2026-04-16 14:58:22 +05:30
parent 11940678f7
commit 7f06fa347a
3 changed files with 7 additions and 3 deletions

View File

@@ -26,6 +26,10 @@
background: #0a0a0a;
}
.page-loader--transparent {
background: transparent;
}
.page-loader__tree {
transform-origin: center bottom;
animation: tree-sway 1.8s ease-in-out infinite alternate;