CSS optimizations

This commit is contained in:
2026-06-23 07:21:23 +05:00
parent 06b79a87bb
commit d552d9f7d6
+1 -7
View File
@@ -108,11 +108,5 @@ a:hover, a:focus {
filter: drop-shadow(var(--text-shadow));
cursor: pointer;
background-color: rgba(150, 150, 150, 0.3);
transform:rotate(-360deg);
transition:transform 2s ease;
}
#flxd-tm-btn-toggle:hover, #flxd-tm-btn-toggle:focus {
transform:rotate(360deg);
transition:transform 2s ease;
opacity: 0.6;
}