feat(andreknie.de): improve accessibility and initial loading
This commit is contained in:
@@ -43,6 +43,13 @@
|
||||
100% { transform: rotateY(-360deg); }
|
||||
}
|
||||
|
||||
@media (prefers-reduced-motion: reduce) {
|
||||
.cube-container {
|
||||
animation: none;
|
||||
transform: rotateY(0deg);
|
||||
}
|
||||
}
|
||||
|
||||
.cube-stat-value {
|
||||
font-size: 3.5rem;
|
||||
font-weight: var(--font-weight-bold);
|
||||
|
||||
Reference in New Issue
Block a user