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 {