diff --git a/frontend/app/app.vue b/frontend/app/app.vue index 16fe383..2312bc2 100644 --- a/frontend/app/app.vue +++ b/frontend/app/app.vue @@ -7,7 +7,7 @@
- +
@@ -28,5 +28,4 @@ onMounted(() => { padding-left: 20px; padding-right: 20px; } - - \ No newline at end of file + diff --git a/frontend/app/components/parts/HeaderLinks.vue b/frontend/app/components/parts/HeaderLinks.vue index 4f5b15e..1856010 100644 --- a/frontend/app/components/parts/HeaderLinks.vue +++ b/frontend/app/components/parts/HeaderLinks.vue @@ -1,55 +1,49 @@ @@ -91,7 +85,7 @@ function handleClick(targetKey: string, e: MouseEvent) { } } -.tui-tab.router-link-exact-active { +.tui-tab-active { color: var(--color-background-fore); background-color: var(--color-link); text-shadow: 0 0 8px rgba(255,255,255,0.3); diff --git a/frontend/app/pages/index.vue b/frontend/app/pages/index.vue index a6959c3..e79dcb7 100644 --- a/frontend/app/pages/index.vue +++ b/frontend/app/pages/index.vue @@ -271,9 +271,9 @@ const sectionTargets = {

{{ t('pages.blog_heading') }}

@@ -294,9 +294,9 @@ const sectionTargets = {

{{ t('pages.art_heading') }}

- + :to="localePath(`/art/${art.slug}`)">
{{ art.title }}
-
+