mirror of
https://github.com/logto-io/logto.git
synced 2025-01-20 21:32:31 -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 {
|
h1 {
|
||||||
font: var(--font-title-large);
|
font: var(--font-title-large);
|
||||||
margin: _.unit(6) 0;
|
margin: _.unit(6) 0;
|
||||||
|
|
Loading…
Add table
Reference in a new issue