From 94532a4e6b2a2af58161ac409445288c28f60015 Mon Sep 17 00:00:00 2001 From: FragginWagon Date: Thu, 29 Jan 2026 21:22:38 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Simplify=20tool=20card=20styling?= =?UTF-8?q?=20by=20removing=20specific=20"settings"=20class=20and=20associ?= =?UTF-8?q?ated=20styles?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/websites/pokedex.online/src/views/Home.vue | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/code/websites/pokedex.online/src/views/Home.vue b/code/websites/pokedex.online/src/views/Home.vue index cd971d5..5cd878f 100644 --- a/code/websites/pokedex.online/src/views/Home.vue +++ b/code/websites/pokedex.online/src/views/Home.vue @@ -15,7 +15,7 @@

Available Tools

- +
🔐

Authentication Hub

@@ -185,11 +185,6 @@ h1 { position: relative; } -.tool-card.settings { - background: linear-gradient(135deg, #10b981 0%, #059669 100%); - border: 2px solid #34d399; -} - .tool-card:hover:not(.disabled) { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(102, 126, 234, 0.4);