6 lines
78 B
SCSS
6 lines
78 B
SCSS
/*
|
|
* Highlight for active route
|
|
*/
|
|
.active-route {
|
|
color: var(--primary);
|
|
}
|