From baccfec9182aa523cedb7bef1e36591a19a2a24d Mon Sep 17 00:00:00 2001 From: nous Date: Fri, 24 Sep 2021 19:38:35 +0200 Subject: [PATCH] Update 'theme-arc-blue.css' --- theme-arc-blue.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/theme-arc-blue.css b/theme-arc-blue.css index ca17c4a..03b2d2f 100644 --- a/theme-arc-blue.css +++ b/theme-arc-blue.css @@ -31,7 +31,7 @@ a { border-bottom: 1px solid #313131; } .ui.attached.header { - background: #060621; + background: #060621 !important; border: 1px solid #203241; color: #dbdbdb; } @@ -1192,3 +1192,7 @@ swagger-ui .info li, .swagger-ui .info p, .swagger-ui .info table { .ui.top.attached.header { background: #0b2007 !important; } +ui.popup { + background-color: #0a2109; + color: #dfdfdf; +}