Merge pull request #60 from acid-info/hyperlink-underline

update hyperlink underline color
This commit is contained in:
jeangovil
2023-06-12 19:31:13 +03:30
committed by GitHub
2 changed files with 3 additions and 0 deletions
@@ -375,6 +375,7 @@ a code {
text-decoration: underline;
text-decoration-color: inherit;
text-underline-offset: 0.3rem;
text-decoration-color: rgba(var(--lsd-text-primary), 0.6);
}
.markdown > h2 {
@@ -3,4 +3,6 @@
align-items: center;
gap: 6px;
text-decoration: underline;
text-underline-offset: 0.3rem;
text-decoration-color: rgba(var(--lsd-text-primary), 0.6);
}