From 38a64c6c48e5433e6385e864c736c3a78ef1c009 Mon Sep 17 00:00:00 2001 From: Tony Tam Date: Fri, 22 Jan 2016 16:43:29 -0800 Subject: [PATCH] rebuilt --- src/main/html/css/print.css | 2 +- src/main/html/css/screen.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/html/css/print.css b/src/main/html/css/print.css index e24741aa..26e6afa4 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 5573fcf1..83169c25 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,