Skip to content

Commit 07530bb

Browse files
committed
fix: improve subheading contrast
1 parent 3f68e08 commit 07530bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/CollapsibleSection.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ useHead({
107107
<LinkBase :to="`#${id}`">
108108
{{ title }}
109109
</LinkBase>
110-
<span v-if="subtitle" class="block text-2xs normal-case tracking-normal opacity-70">{{
110+
<span v-if="subtitle" class="block text-2xs normal-case tracking-normal">{{
111111
subtitle
112112
}}</span>
113113
</span>

0 commit comments

Comments
 (0)