highlighting level on hover

This commit is contained in:
Miodec 2022-08-25 12:18:41 +02:00
parent 26fb2e3977
commit 0813bf287e

View file

@ -38,6 +38,7 @@
}
.level {
transition: 0.125s;
width: max-content;
font-size: 0.65rem;
line-height: 1rem;
@ -89,6 +90,9 @@
}
}
}
&:hover .level {
background-color: var(--text-color);
}
}
}