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:
parent
e255021501
commit
57cd6f877d
1 changed files with 15 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue