| @@ -4,12 +4,8 @@ | ||
| 4 | 4 | * |
| 5 | 5 | * Think modifying colors, etc. |
| 6 | 6 | */ |
| 7 | 7 | |
| 8 | -if ( ! defined( 'ABSPATH' ) ) { | |
| 9 | - exit; | |
| 10 | -} | |
| 11 | - | |
| 12 | 8 | if ( ! function_exists( 'pixcloud_adjust_color_brightness' ) ) { |
| 13 | 9 | /** |
| 14 | 10 | * Adjust a hex color brightness |
| 15 | 11 | * Allows us to create hover styles for custom link colors |