Skip to content

Commit 82197e9

Browse files
committed
fix: revert a tag color to inherit
1 parent 212578d commit 82197e9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Sources/Pages/Components/Page.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,9 @@ extension Page {
131131
[v-cloak] {
132132
display: none;
133133
}
134+
a {
135+
color: inherit;
136+
}
134137
"""
135138
}
136139
/// Xcode Styling

0 commit comments

Comments
 (0)