fix: fix hyperlinks underline color

This commit is contained in:
Hossein Mehrabi
2023-06-06 11:58:04 +03:30
parent c01b4c349b
commit 5c0f169491
@@ -344,7 +344,7 @@ a code {
.markdown a {
text-decoration: underline;
text-decoration-color: var(--ifm-color-gray-300);
text-decoration-color: inherit;
text-underline-offset: 0.3rem;
}