Skip to content

Commit 731ee83

Browse files
committed
Active navigation link color
1 parent b35e14a commit 731ee83

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/assets/css/app.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,3 +213,10 @@ body {
213213
.font-general-bold-italic {
214214
font-family: 'GeneralSans-BoldItalic';
215215
}
216+
217+
/* Active class for navigation menu */
218+
.router-link-active,
219+
.router-link-exact-active {
220+
@apply text-indigo-800;
221+
@apply text-indigo-600 dark:text-indigo-300;
222+
}

0 commit comments

Comments
 (0)