diff --git a/ba_memory/index.html b/ba_memory/index.html
index 98adce6..f54af22 100644
--- a/ba_memory/index.html
+++ b/ba_memory/index.html
@@ -4,6 +4,7 @@
Blue Archive Memory (8×8)
+
@@ -78,6 +79,17 @@
color: #45a049;
text-decoration: underline;
}
+
+ .heart {
+ color: #e74c3c;
+ animation: heartbeat 1.5s infinite;
+ }
+
+ @keyframes heartbeat {
+ 0% { transform: scale(1); }
+ 50% { transform: scale(1.2); }
+ 100% { transform: scale(1); }
+ }
@@ -217,12 +229,15 @@
}