You've already forked AstralRinth
forked from didirus/AstralRinth
Add links to the markdown reference on the docs (#1254)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user