feat: add underline to all markdown links
Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>
This commit is contained in:
parent
ad083c55df
commit
a8691eb476
|
@ -62,6 +62,10 @@
|
|||
background: center no-repeat url('/img/logos/cncf-white.svg');
|
||||
}
|
||||
|
||||
.theme-doc-markdown a {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.caption {
|
||||
color: var(--ifm-color-emphasis-600);
|
||||
font-style: italic;
|
||||
|
|
Loading…
Reference in New Issue