0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00

style(console): update link styles in markdown contents (#2634)

This commit is contained in:
Xiao Yijun 2022-12-12 16:40:27 +08:00 committed by GitHub
parent e255021501
commit 57cd6f877d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,6 +30,21 @@
}
}
a {
font: var(--font-body-medium);
color: var(--color-text-link);
text-decoration: none;
text-underline-offset: 2px;
&:hover {
text-decoration: underline;
}
&:active {
color: var(--color-primary-pressed);
}
}
h1 {
font: var(--font-title-large);
margin: _.unit(6) 0;