diff --git a/budgit.client/src/components/Navbar.vue b/budgit.client/src/components/Navbar.vue index 8fc829c..e1778ab 100644 --- a/budgit.client/src/components/Navbar.vue +++ b/budgit.client/src/components/Navbar.vue @@ -43,4 +43,8 @@ a:hover { border-bottom-left-radius: 0; border-bottom-right-radius: 0; } + +.router-link-active { + @apply text-green-300; +} diff --git a/budgit.client/src/components/Transaction.vue b/budgit.client/src/components/Transaction.vue index 0fb47a9..7c649d9 100644 --- a/budgit.client/src/components/Transaction.vue +++ b/budgit.client/src/components/Transaction.vue @@ -1,19 +1,27 @@ @@ -22,12 +30,31 @@ - \ No newline at end of file