update line underline css

This commit is contained in:
timothycarambat 2024-04-16 13:52:11 -07:00
parent a5bb77f97a
commit e193bb8f59

View File

@ -553,6 +553,10 @@ dialog::backdrop {
padding-top: 10px;
}
.markdown ol li a {
text-decoration: underline;
}
.markdown ol li p a {
text-decoration: underline;
}