From 0a6e0d78a27377f900d9d2c0a1da4a88234d59ce Mon Sep 17 00:00:00 2001 From: antifallobst Date: Thu, 28 Sep 2023 18:04:29 +0200 Subject: [PATCH] feat: added tab hover effect --- style/topbar.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/style/topbar.css b/style/topbar.css index cc9f96d..f363405 100644 --- a/style/topbar.css +++ b/style/topbar.css @@ -8,6 +8,16 @@ cursor: default; } +.tabs li:hover { + .tab-svg-path { + fill: #2c3251; + stroke: #690455; + } + + transition-duration: 250ms; + transform: translate(0, -10px); +} + .tabs li button { position: relative; border: none;