fix: Correct cursor on document metadata under title

This commit is contained in:
Tom Moor
2023-03-08 22:10:26 -05:00
parent e2429f6d85
commit 96c90dbb29

View File

@@ -85,6 +85,7 @@ export const Meta = styled(DocumentMeta)<{ rtl?: boolean }>`
a {
color: inherit;
cursor: var(--pointer);
&:hover {
text-decoration: underline;