Skip to content

Commit

Permalink
Modified functions.php to change default text color for siteheader in…
Browse files Browse the repository at this point in the history
… reference to issue #1
  • Loading branch information
Brendan Sera-Shriar committed Jun 20, 2011
1 parent 6e273dc commit fb688b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion presswork/functions.php
Expand Up @@ -42,7 +42,7 @@ function pw_init() {
"toolbox" => "on",
"dragdrop" => "off",
"guides" => "off",
"siteheader_color" => "#222222",
"siteheader_color" => "#2B904E",
"siteheader_color_hover" => "#444444",
"description_color" => "#444444",
"main_text_color" => "#444444",
Expand Down

1 comment on commit fb688b8

@digibomb
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Site header still renders #222222

Please sign in to comment.