From 721fbaa63c78e9fa2dfcac9621aa2574b3d9806f Mon Sep 17 00:00:00 2001 From: overcuriousity Date: Sun, 20 Jul 2025 23:17:55 +0200 Subject: [PATCH] style --- src/styles/global.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/styles/global.css b/src/styles/global.css index 348cef2..560042b 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -379,6 +379,10 @@ input[type="checkbox"] { word-break: break-word; } +.tool-card:hover { + box-shadow: var(--shadow-md); +} + .tool-card-metadata { display: flex; /*flex-wrap: wrap;*/