diff --git a/src/css/custom.scss b/src/css/custom.scss index 093fe755a4..91ac801218 100644 --- a/src/css/custom.scss +++ b/src/css/custom.scss @@ -195,3 +195,12 @@ h2.openapi__method-endpoint-path { .markdown .card h2 { font-size: 1rem; } + +// Center images and round image corners + +p img.markdown-image { + display: block; + margin-left: auto; + margin-right: auto; + border-radius: 1vw; +} diff --git a/src/css/table.scss b/src/css/table.scss index d82d75aee3..08b4b2ae11 100644 --- a/src/css/table.scss +++ b/src/css/table.scss @@ -15,7 +15,7 @@ th { padding: 16px; - font-weight: 500; + font-weight: bold; font-size: 0.75rem; line-height: 18px; letter-spacing: 0.02em;