| @@ -796,13 +796,13 @@ | ||
| 796 | 796 | ), |
| 797 | 797 | array( |
| 798 | 798 | 'id' => 'color_overrides', |
| 799 | 799 | 'type' => 'repeater', |
| 800 | - 'class' => 'replacement_repeater repeater_pro_only', | |
| 800 | + 'class' => 'color_override_repeater repeater_pro_only', | |
| 801 | 801 | 'title' => esc_html__('Replace Individual Colors', 'darkify'), |
| 802 | 802 | 'title_help' => |
| 803 | 803 | '<div class="darkify-info-label">' . |
| 804 | - __('Pin one light-mode color to an exact dark-mode color. Overrides are matched against the color the element actually renders with, so a handful of colors can be pinned without changing how the rest of the site is handled.', 'darkify') . | |
| 804 | + __('Pin one light-mode color to an exact dark-mode color. Overrides are matched exactly against the color the element actually renders with — #ffffff and #fffffe are two separate rules — so a handful of colors can be pinned without changing how the rest of the site is handled.', 'darkify') . | |
| 805 | 805 | '</div>', |
| 806 | 806 | |
| 807 | 807 | 'fields' => array( |
| 808 | 808 | array( |