Add underline to item list description links
Oops, right, a bit of a CSS oversight! Added now!
This commit is contained in:
parent
315744b4f7
commit
2bd573690e
1 changed files with 4 additions and 0 deletions
|
@ -86,6 +86,10 @@ function MarkdownAndSafeHTML({ children, onBeforeSanitizeNode }) {
|
||||||
ul {
|
ul {
|
||||||
margin-left: 2em;
|
margin-left: 2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
`}
|
`}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
|
|
Loading…
Reference in a new issue