also apply current link styling to .active

This commit is contained in:
Gabriel Fontes
2022-08-21 01:51:03 -03:00
parent bf0d0b05c2
commit e35fc6463a
+2 -1
View File
@@ -64,7 +64,8 @@ a[href^="sms\:"]:before {
}
// Make current navigation item inactive
[aria-current="page"] {
[aria-current="page"],
.active {
color: var(--text-main);
&::before {