From 01a1de3e28f3de38a609fb2ac6f29289f6088c9a Mon Sep 17 00:00:00 2001 From: Ufuk <132388044+ufuayk@users.noreply.github.com> Date: Tue, 7 Jan 2025 18:46:36 +0300 Subject: [PATCH] Update default.html --- _layouts/default.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index 346de1c..8c574ef 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -428,7 +428,6 @@ .platform-tag:hover { background: rgba(16, 185, 129, 0.2); - transform: translateY(-1px); } .platform-tag.active { @@ -442,7 +441,7 @@ } .dark-mode .platform-tag:hover { - background: rgba(16, 185, 129, 0.25); + background: rgba(16, 185, 129, 0.432); } .dark-mode .platform-tag.active {