From b3fadc99f3aadcd10a629e6e26468dd60c05cb6e Mon Sep 17 00:00:00 2001 From: break27 Date: Fri, 8 May 2026 15:58:15 +0800 Subject: [PATCH] minor fix --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index a78266e..887ddea 100644 --- a/index.html +++ b/index.html @@ -353,8 +353,8 @@ label { } @keyframes pulse { - 50% { - opacity: 0.6; - } + 50% { + opacity: 0.6; + } } \ No newline at end of file