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,