From 05a366d4f0decf9c526cfb3249767646307fb271 Mon Sep 17 00:00:00 2001 From: nous Date: Wed, 13 May 2020 22:52:18 +0200 Subject: [PATCH] Update 'theme-arc-blue.css' --- theme-arc-blue.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/theme-arc-blue.css b/theme-arc-blue.css index 38de74b..f54e040 100644 --- a/theme-arc-blue.css +++ b/theme-arc-blue.css @@ -825,6 +825,13 @@ background: #000fdd; color: #fff; } + .swagger-ui .opblock .opblock-section-header { + background: hsla(0, 0%, 13.3%, 0.8); + } + .swagger-ui .opblock-body pre { + background: #212121; + color: #b0b0b0; + } .ui.modal > .header { background: #6e0000; color: #d3d3d3;