mirror of
https://github.com/wavetermdev/docusaurus-og.git
synced 2026-08-05 13:46:35 -07:00
update hyperlink underline color
This commit is contained in:
@@ -231,7 +231,7 @@
|
||||
--desktop-footer-gap: 200px;
|
||||
--mobile-footer-gap: 144px;
|
||||
--doc-grid-gap: 16px;
|
||||
|
||||
|
||||
--ifm-table-background: transparent !important;
|
||||
--ifm-table-stripe-background: transparent !important;
|
||||
|
||||
@@ -374,6 +374,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