From 8cd2afd86d07abe52ca2a8a18745fdd5dcbf1c00 Mon Sep 17 00:00:00 2001 From: Lukas Eder Date: Thu, 6 Sep 2012 15:53:22 +0300 Subject: [PATCH] Improved colours blue (types) and grey (comments) --- jOOQ-website/js/prettify/prettify.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jOOQ-website/js/prettify/prettify.css b/jOOQ-website/js/prettify/prettify.css index 7e0fba06a1..a2c61d90cd 100644 --- a/jOOQ-website/js/prettify/prettify.css +++ b/jOOQ-website/js/prettify/prettify.css @@ -15,11 +15,11 @@ } .com { - color: #66747B; + color: #86949B; } .typ { - color: #678CB1; + color: #87ACD1; } .lit {