Fixed email style color var

This commit is contained in:
Remi Corson 2015-02-23 17:47:57 +01:00
parent d2b5827259
commit 329240e4f3
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ $text_lighter_20 = wc_hex_lighter( $text, 20 );
#template_container {
box-shadow: 0 1px 4px rgba(0,0,0,0.1) !important;
background-color: <?php echo esc_attr( $body ); ?>;
border: 1px solid $bg_darker_10;
border: 1px solid <?php echo $bg_darker_10; ?>;
border-radius: 3px !important;
}