diff --git a/src/styles/app.css b/src/styles/app.css index e8dcefb..1fe984b 100644 --- a/src/styles/app.css +++ b/src/styles/app.css @@ -521,3 +521,9 @@ hr { .swagger-ui .info { margin-top: 10px; } + +.table thead th { + background-color: var(--highlights); + color: #fff; + padding: 0.5em 0.5em !important; +}