diff --git a/dist/css/print.css b/dist/css/print.css index 3b2c97ce..daae7a2c 100644 --- a/dist/css/print.css +++ b/dist/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/dist/css/screen.css b/dist/css/screen.css index a83aaa4c..725bab8d 100644 --- a/dist/css/screen.css +++ b/dist/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, diff --git a/dist/fonts/DroidSans.ttf b/dist/fonts/DroidSans.ttf old mode 100644 new mode 100755 index 71e547f7..ad1efca8 Binary files a/dist/fonts/DroidSans.ttf and b/dist/fonts/DroidSans.ttf differ diff --git a/src/main/html/css/print.css b/src/main/html/css/print.css index 3b2c97ce..daae7a2c 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 a83aaa4c..725bab8d 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, diff --git a/src/main/html/fonts/DroidSans.ttf b/src/main/html/fonts/DroidSans.ttf old mode 100644 new mode 100755 index 71e547f7..ad1efca8 Binary files a/src/main/html/fonts/DroidSans.ttf and b/src/main/html/fonts/DroidSans.ttf differ