Tune code style in tables

This is a follow up of #26595 and kubernetes-sigs/reference-docs#220.
pull/27442/head
Qiming Teng 2021-04-07 15:58:04 +08:00
parent 2e519b024b
commit a149f9c2d2
1 changed files with 7 additions and 0 deletions

View File

@ -639,3 +639,10 @@ body.td-documentation {
}
}
.td-content {
table code {
background-color: inherit !important;
color: inherit !important;
font-size: inherit !important;
}
}