fix: render external links
This commit is contained in:
parent
b9f82fd778
commit
c9aceef2f5
@ -6,6 +6,14 @@
|
|||||||
ol {
|
ol {
|
||||||
list-style: auto;
|
list-style: auto;
|
||||||
padding-left: 24px;
|
padding-left: 24px;
|
||||||
|
white-space: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
@apply text-blue-600 dark:text-blue-300;
|
||||||
|
&:hover {
|
||||||
|
@apply underline;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user