From edc4ef67da692ea245bc2cc24ac652d328c859c4 Mon Sep 17 00:00:00 2001 From: MinSoo Kim Date: Tue, 31 Jan 2017 22:41:44 +0900 Subject: [PATCH] Change crimson color hex code to web frendly color --- layouts/simple_world/layout.html | 2 +- modules/member/skins/simple_world/common_header.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/simple_world/layout.html b/layouts/simple_world/layout.html index 7eebe0587..0df133005 100644 --- a/layouts/simple_world/layout.html +++ b/layouts/simple_world/layout.html @@ -13,7 +13,7 @@ $material_colors = array( 'red' => '#f44336', - 'crimson' => '#66001f', + 'crimson' => '#aa0000', 'pink' => '#e91e63', 'purple' => '#9c27b0', 'deep-purple' => '#673ab7', diff --git a/modules/member/skins/simple_world/common_header.html b/modules/member/skins/simple_world/common_header.html index a302a4c71..81be397c9 100644 --- a/modules/member/skins/simple_world/common_header.html +++ b/modules/member/skins/simple_world/common_header.html @@ -3,7 +3,7 @@ {@ $material_colors = array( 'red' => '#f44336', - 'crimson' => '#66001f', + 'crimson' => '#aa0000', 'pink' => '#e91e63', 'purple' => '#9c27b0', 'deep-purple' => '#673ab7',