Skip to content

Commit

Permalink
Merge pull request #27 from Rainbow-Spike/patch-3
Browse files Browse the repository at this point in the history
White color also needed
  • Loading branch information
ssahara committed Jul 31, 2020
2 parents 2886d3f + 08c0432 commit fd288cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ public function fontColorToolbar(Doku_Event $event, $param)
{
$title_note = '';
$colors = array(
'White' => '#ffffff',
'Yellow' => '#ffff00',
'Red' => '#ff0000',
'Orange' => '#ffa500',
Expand Down

0 comments on commit fd288cc

Please sign in to comment.