@@ -71,11 +71,14 @@ |
||
71 | 71 | } |
72 | 72 | <?php |
73 | 73 | // If the user has set a custom color for the text use that. |
74 | - else : |
|
74 | + else { |
|
75 | + : |
|
75 | 76 | ?> |
76 | 77 | .site-title a, |
77 | 78 | .site-description { |
78 | - color: #<?php echo esc_attr( $header_text_color ); ?>; |
|
79 | + color: #<?php echo esc_attr( $header_text_color ); |
|
80 | + } |
|
81 | + ?>; |
|
79 | 82 | } |
80 | 83 | .site-title { |
81 | 84 | border-color: #<?php echo esc_attr( $header_text_color ); ?>; |