mirror of
https://github.com/wavetermdev/docusaurus-og.git
synced 2026-08-05 13:46:35 -07:00
fix link underline issues
This commit is contained in:
+4
-4
@@ -11,10 +11,10 @@
|
||||
}
|
||||
|
||||
.mdx-ghc__issue-title-link {
|
||||
text-decoration: none;
|
||||
text-decoration: none !important;
|
||||
|
||||
&:hover {
|
||||
text-decoration: underline;
|
||||
text-decoration: underline !important;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -45,10 +45,10 @@
|
||||
margin-top: 40px;
|
||||
margin-bottom: 56px;
|
||||
|
||||
text-decoration: none;
|
||||
text-decoration: none !important;
|
||||
|
||||
&:hover {
|
||||
text-decoration: underline;
|
||||
text-decoration: underline !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
+3
-3
@@ -40,13 +40,13 @@
|
||||
.mdx-jpd__job-link {
|
||||
display: block;
|
||||
width: fit-content;
|
||||
text-decoration: none;
|
||||
text-decoration: none !important;
|
||||
|
||||
&:hover {
|
||||
text-decoration: none;
|
||||
text-decoration: none !important;
|
||||
|
||||
.mdx-jpd__job-title {
|
||||
text-decoration: underline;
|
||||
text-decoration: underline !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user