Merge pull request #27442 from tengqm/tune-code-style

Tune code style in tables
pull/27448/head^2
Kubernetes Prow Robot 2021-04-07 03:45:53 -07:00 committed by GitHub
commit 835499b156
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;
}
}