From 8cbf3905fd4bd1e06e5e6a2046552fed2dc9edfa Mon Sep 17 00:00:00 2001 From: Tony Tam Date: Thu, 31 Dec 2015 11:17:39 -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 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,