From a57459a1a02410ae4df2eda96701f0e13070f481 Mon Sep 17 00:00:00 2001 From: Andrii Podriez Date: Thu, 25 Jul 2024 13:48:22 +0200 Subject: [PATCH] updated table heading styles Signed-off-by: Andrii Podriez --- src/styles/app.css | 6 ++++++ 1 file changed, 6 insertions(+) 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; +}