Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Commit 20fefb1

Browse files
authored
Merge pull request #642 from prachi00/feat-navbar-highlight
#619 Tell user where is located in app in navbar
2 parents 20be164 + 03b7b0f commit 20fefb1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/styles/global.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,11 @@ body {
112112
.icon.is-primary {
113113
color: #db2980 !important;
114114
}
115+
.navbar-start {
116+
.router-link-active {
117+
color: $primary;
118+
background-color: #121212;
119+
}
120+
}
121+
115122
}

0 commit comments

Comments
 (0)