Skip to content

Commit 6f042e0

Browse files
docs: blockquote anchor color (#1096)
1 parent 1716286 commit 6f042e0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/src/components/markdown.module.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,15 @@
6464
.markdown > p > a,
6565
.markdown > ul > li > a,
6666
.markdown > ol > li > a,
67+
.markdown > blockquote > p > a,
6768
.markdown > table > tbody > tr > td > a {
6869
@apply text-blue-600 font-semibold transition-colors duration-150 ease-out;
6970
}
7071

7172
.markdown > p > a:hover,
7273
.markdown > ul > li > a:hover,
7374
.markdown > ol > li > a:hover,
75+
.markdown > blockquote > p > a:hover,
7476
.markdown > table > tbody > tr > td > a:hover {
7577
@apply text-blue-800 transition-colors duration-150 ease-out;
7678
}

0 commit comments

Comments
 (0)