diff --git a/src/components/AppManual.vue b/src/components/AppManual.vue index b2c40b6..fc0822d 100644 --- a/src/components/AppManual.vue +++ b/src/components/AppManual.vue @@ -32,7 +32,7 @@
B - – Lock + – Lock Intensity
diff --git a/src/components/HeaderItem.vue b/src/components/HeaderItem.vue index 1255489..52be4a5 100644 --- a/src/components/HeaderItem.vue +++ b/src/components/HeaderItem.vue @@ -7,16 +7,16 @@ diff --git a/src/components/NavigationList.vue b/src/components/NavigationList.vue index 238a365..3b69c21 100644 --- a/src/components/NavigationList.vue +++ b/src/components/NavigationList.vue @@ -1,9 +1,9 @@  @@ -23,8 +23,8 @@ gap: 16px; } - .navigation-item.router-link-active, - .navigation-item.router-link-exact-active { + .navigation-list__item.router-link-active, + .navigation-list__item.router-link-exact-active { border-bottom: 2px solid var(--color-link-hover); color: var(--color-link-hover); transition: all 0.5s ease;