Make active nav's tabs bottom border thicker.

This commit is contained in:
Leo
2024-08-21 02:30:54 -05:00
parent 3f73906651
commit 036de74b5b

View File

@@ -21,7 +21,7 @@
color: $primary; color: $primary;
background-color: transparent; background-color: transparent;
border: none; border: none;
border-bottom: 2px solid $primary; border-bottom: 4px solid $primary;
} }
&:hover, &:focus { &:hover, &:focus {