feat: add underline to all markdown links

Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>
This commit is contained in:
Yue Yang 2024-03-26 14:56:38 +08:00
parent ad083c55df
commit a8691eb476
1 changed files with 4 additions and 0 deletions

View File

@ -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;