Style docs heading links

This commit is contained in:
Ben Haynes
2020-10-08 11:26:32 -04:00
parent cc77446b6d
commit aa437ab8f5

View File

@@ -153,6 +153,16 @@ export default defineComponent({
font-size: 14px;
}
.heading-link {
color: var(--foreground-subdued);
font-size: 16px;
&:hover {
color: var(--primary);
text-decoration: none;
}
}
pre {
padding: 16px 20px;
overflow: auto;