From: Garry Collum Date: Mon, 16 May 2016 17:55:52 +0000 (-0400) Subject: Changed CSS colors to KCPL theme. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=a4f8dfa388de2a40c4a6459efe8984a518ee0c14;p=evergreen%2Fequinox.git Changed CSS colors to KCPL theme. --- diff --git a/Open-ILS/src/kcpl_templates/opac/parts/css/colors.tt2 b/Open-ILS/src/kcpl_templates/opac/parts/css/colors.tt2 index 85e00bdaf7..5dbb3caea2 100644 --- a/Open-ILS/src/kcpl_templates/opac/parts/css/colors.tt2 +++ b/Open-ILS/src/kcpl_templates/opac/parts/css/colors.tt2 @@ -3,7 +3,7 @@ background = "#fff", # white background_alert = "#ffcccc", # pink - background_invert = "#252525", # charcoal + background_invert = "#003366", # bright blue text = "black", # black text_alert = "red", # red text_attention = "#ffcc33", # pumpkin orange @@ -12,9 +12,9 @@ text_greatnews = "green", # green text_invert = "#fff", # white text_match = "#c00", # deep red - primary = "#00593d", # dark green - primary_fade = "#007a54", # medium green - primary_offset = "#417860", # light_green + primary = "#003d59", # dark blue + primary_fade = "#0f547a", # medium blue + primary_offset = "#416078", # light_blue control = "#69A088", # lighter green accent_light = "#ccc", # grey (light) accent_lighter = "#ddd", # grey (lighter)