Experimented with hope/fear pulsed text and the DhCompatible logo

This commit is contained in:
WBHarry 2026-06-07 17:06:40 +02:00
parent a148aa3bcb
commit 47a852754c
7 changed files with 37 additions and 0 deletions

View file

@ -0,0 +1,9 @@
@import '../../utils/mixin.less';
#pause.paused {
figcaption {
position: absolute;
margin-top: 24px;
animation: pause-pulse 3s ease-in-out infinite;
}
}

View file

@ -0,0 +1 @@
@import './game-pause.less';