feat(ui): drop active-link underline + redundant page-title headers

This commit is contained in:
2026-05-15 23:27:38 -04:00
parent e92b05028b
commit 062a87e968
5 changed files with 3 additions and 35 deletions
-11
View File
@@ -1,7 +1,5 @@
<template>
<v-container class="py-6">
<h1 class="fc-h1 mb-6">Settings</h1>
<v-tabs v-model="tab" color="accent" class="mb-4">
<v-tab value="overview">Overview</v-tab>
<v-tab value="import">Import</v-tab>
@@ -85,12 +83,3 @@ watch(tab, (t) => {
}
})
</script>
<style scoped>
.fc-h1 {
font-family: 'Fraunces', Georgia, serif;
font-size: 32px;
font-weight: 500;
color: rgb(var(--v-theme-on-surface));
}
</style>