From d9939217c761c0dd6bc0f271c9e41f20e4214f9a Mon Sep 17 00:00:00 2001
From: FragginWagon
Date: Thu, 29 Jan 2026 21:21:55 +0000
Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Improve=20code=20readability=20b?=
=?UTF-8?q?y=20reformatting=20HTML=20and=20CSS=20for=20better=20structure?=
=?UTF-8?q?=20and=20consistency?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
code/websites/pokedex.online/src/views/Home.vue | 15 ++++++++++++---
1 file changed, 12 insertions(+), 3 deletions(-)
diff --git a/code/websites/pokedex.online/src/views/Home.vue b/code/websites/pokedex.online/src/views/Home.vue
index 47503eb..cd971d5 100644
--- a/code/websites/pokedex.online/src/views/Home.vue
+++ b/code/websites/pokedex.online/src/views/Home.vue
@@ -22,11 +22,19 @@
Manage authentication for Challonge, Discord, and other platforms
-
+
🏆
-
+
🎮
@@ -264,7 +272,8 @@ h1 {
}
@keyframes pulse {
- 0%, 100% {
+ 0%,
+ 100% {
opacity: 1;
}
50% {