mirror of
https://github.com/wavetermdev/docusaurus-og.git
synced 2026-08-05 13:46:35 -07:00
Merge pull request #60 from acid-info/hyperlink-underline
update hyperlink underline color
This commit is contained in:
@@ -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 {
|
||||
|
||||
+2
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user