feat(ui): drop active-link underline + redundant page-title headers
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user