fix: Correct cursor on document metadata under title
This commit is contained in:
@@ -85,6 +85,7 @@ export const Meta = styled(DocumentMeta)<{ rtl?: boolean }>`
|
|||||||
|
|
||||||
a {
|
a {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
|
cursor: var(--pointer);
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
|
|||||||
Reference in New Issue
Block a user