Skip to content

Commit a23888e

Browse files
committed
ui: make footer links medium emphasis
1 parent 8d27b23 commit a23888e

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

src/runtime/components/app/AppFooter.vue

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ const brandColWidth = computed(() => {
6767
<v-btn
6868
:to="link.to"
6969
:href="link.href"
70-
variant="text"
70+
variant="plain"
7171
:active="false"
7272
:ripple="false"
7373
:target="link.openInNew ? '_blank' : undefined"
@@ -94,7 +94,7 @@ const brandColWidth = computed(() => {
9494
cols="12"
9595
sm="9"
9696
>
97-
<AppCredits />
97+
<AppCredits class="opacity-60" />
9898

9999
<v-divider
100100
v-if="footerSecondaryLinks?.length"
@@ -152,4 +152,8 @@ a:hover {
152152
.clip-text {
153153
max-width: 600px;
154154
}
155+
156+
.opacity-60 {
157+
opacity: 0.6;
158+
}
155159
</style>

0 commit comments

Comments
 (0)