Skip to content

Commit

Permalink
Update default options
Browse files Browse the repository at this point in the history
  • Loading branch information
akshitsethi committed Apr 9, 2020
1 parent b20b839 commit 21aabec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/inc/class-config.php
Original file line number Diff line number Diff line change
Expand Up @@ -833,10 +833,10 @@ public function default_options() {
'header_font' => 'Karla',
'secondary_font' => 'Karla',
'header_font_size' => '28',
'secondary_font_size' => '14',
'secondary_font_size' => '18',
'header_font_color' => '090909',
'secondary_font_color' => '090909',
'antispam_font_size' => '13',
'antispam_font_size' => '14',
'antispam_font_color' => 'bbbbbb',
),
'form' => array(
Expand Down

0 comments on commit 21aabec

Please sign in to comment.