diff --git a/theme-arc-blue.css b/theme-arc-blue.css index 011d5c9..d11c4d8 100644 --- a/theme-arc-blue.css +++ b/theme-arc-blue.css @@ -6,6 +6,10 @@ body { background: #131313; color: #afafaf; } +element { + background: #1c1c1c; + color: #cbcbcb; +} a { color: #86acd1; } @@ -1124,3 +1128,6 @@ swagger-ui .info li, .swagger-ui .info p, .swagger-ui .info table { element { background: #1c1c1c; } +.ui.form textarea, .ui.form textarea:focus { + background: #141414; +}