Skip to content

Commit 78f9ae6

Browse files
authored
[rdar://116521488] feat: underline decorated titles (#751)
1 parent 6019569 commit 78f9ae6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/DocumentationTopic/DecoratedTopicTitle.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,8 @@ export default {
9090
font-size: 1rem;
9191
}
9292
}
93+
94+
.decorated-title {
95+
@include underline-text;
96+
}
9397
</style>

0 commit comments

Comments
 (0)