diff --git a/src/main/html/css/print.css b/src/main/html/css/print.css index 8329a2cc..2e6b3103 100644 --- a/src/main/html/css/print.css +++ b/src/main/html/css/print.css @@ -82,7 +82,7 @@ .swagger-section pre .vhdl .attribute, .swagger-section pre .clojure .attribute, .swagger-section pre .coffeescript .property { - color: #88F; + color: #8888ff; } .swagger-section pre .keyword, .swagger-section pre .id, diff --git a/src/main/html/css/screen.css b/src/main/html/css/screen.css index 49b8934e..ef4673db 100644 --- a/src/main/html/css/screen.css +++ b/src/main/html/css/screen.css @@ -82,7 +82,7 @@ .swagger-section pre .vhdl .attribute, .swagger-section pre .clojure .attribute, .swagger-section pre .coffeescript .property { - color: #88F; + color: #8888ff; } .swagger-section pre .keyword, .swagger-section pre .id,