mirror of https://github.com/crossplane/docs.git
Color and underline single commands that are also links (#244)
Signed-off-by: Pete Lumbis <pete@upbound.io> Signed-off-by: Pete Lumbis <pete@upbound.io>
This commit is contained in:
parent
4ade356697
commit
9f9d28b0aa
|
@ -21,8 +21,9 @@ body {
|
|||
text-decoration: none;
|
||||
color: var(--content-link-color);
|
||||
|
||||
&:hover{
|
||||
&:hover, code{
|
||||
text-decoration: underline !important;
|
||||
color: var(--content-link-color);
|
||||
}
|
||||
|
||||
&:visited {
|
||||
|
|
Loading…
Reference in New Issue