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; +}