fix: fix formatting on code links (#316)
This commit is contained in:
parent
30d3c64c41
commit
4f3d48c1d9
4 changed files with 28 additions and 3 deletions
|
@ -69,6 +69,24 @@
|
|||
}
|
||||
}
|
||||
|
||||
&__link--code {
|
||||
text-decoration: none;
|
||||
code {
|
||||
color: inherit !important;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
background: none;
|
||||
color: var(--link-color) !important;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
&:visited,
|
||||
&:visited:hover {
|
||||
color: var(--link-color-visited) !important;
|
||||
}
|
||||
}
|
||||
|
||||
&__figure {
|
||||
padding: $padding-4;
|
||||
margin: $padding-16 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue