feat: added tab hover effect

This commit is contained in:
antifallobst 2023-09-28 18:04:29 +02:00
parent 4d8449f63a
commit 0a6e0d78a2
Signed by: antifallobst
GPG Key ID: 2B4F402172791BAF
1 changed files with 10 additions and 0 deletions

View File

@ -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;