mirror of
https://github.com/directus/directus.git
synced 2026-02-13 17:35:02 -05:00
Style docs heading links
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user