Update default color scheme
This commit is contained in:
@@ -126,9 +126,9 @@ class SP_Install {
|
||||
}
|
||||
|
||||
// Default color scheme
|
||||
add_option( 'sportspress_frontend_css_primary', '#00a69c' );
|
||||
add_option( 'sportspress_frontend_css_primary', '#2b353e' );
|
||||
add_option( 'sportspress_frontend_css_background', '#f4f4f4' );
|
||||
add_option( 'sportspress_frontend_css_text', '#363f48' );
|
||||
add_option( 'sportspress_frontend_css_text', '#222222' );
|
||||
add_option( 'sportspress_frontend_css_heading', '#ffffff' );
|
||||
add_option( 'sportspress_frontend_css_link', '#00a69c' );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user