Make links on project pages more consistent, fix some selectors showing when they shouldn't (#391)

* Make links on project pages more consistent, fix some selectors showing when they shouldn't

* Update components/ui/VersionFilterControl.vue

Co-authored-by: Prospector <6166773+Prospector@users.noreply.github.com>

Co-authored-by: Prospector <6166773+Prospector@users.noreply.github.com>
This commit is contained in:
Emma Pointer-Null
2022-03-06 16:35:11 -05:00
committed by GitHub
parent f1f8163bb7
commit 8b5db12e1d
6 changed files with 25 additions and 8 deletions

View File

@@ -81,6 +81,13 @@
text-decoration: underline;
}
.title-link {
&:hover {
color: var(--color-link);
}
text-decoration: underline;
}
.markdown-body {
blockquote,
details,