fix(style): transparent background for tablinks

This commit is contained in:
ArneBo 2025-02-17 11:32:06 +01:00
parent b1ac6612fd
commit 851d40c4aa
1 changed files with 1 additions and 1 deletions

View File

@ -31,9 +31,9 @@
position: relative;
font-weight: normal;
border: none;
background-color: transparent !important;
&:hover {
background-color: transparent;
&::after {
content: '';