Add links to the markdown reference on the docs (#1254)

This commit is contained in:
Emma
2023-08-02 17:02:51 -04:00
committed by GitHub
parent 6509d726b3
commit 0d15024bd2
5 changed files with 18 additions and 21 deletions

View File

@@ -524,26 +524,17 @@
.text-link {
color: var(--color-link);
text-decoration: underline;
&:focus-visible,
&:hover {
color: var(--color-link-hover);
cursor: pointer;
text-decoration: underline;
}
&:active {
color: var(--color-link-active);
}
&.no-underline {
text-decoration: none;
&:hover,
&:focus-visible {
text-decoration: underline;
}
}
}
.title-link {