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;