Tune code style in tables
This is a follow up of #26595 and kubernetes-sigs/reference-docs#220.pull/27442/head
parent
2e519b024b
commit
a149f9c2d2
|
@ -639,3 +639,10 @@ body.td-documentation {
|
|||
}
|
||||
}
|
||||
|
||||
.td-content {
|
||||
table code {
|
||||
background-color: inherit !important;
|
||||
color: inherit !important;
|
||||
font-size: inherit !important;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue