Skip to content

Commit

Permalink
Slight tweak to the WARNING colour from yellow to #9E9E00.
Browse files Browse the repository at this point in the history
This makes it a little more readable on white backgrounds.
  • Loading branch information
cdp1337 committed Jun 21, 2017
1 parent f43019a commit 6745967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/bootstrap_predefines.php
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@
// Success color
define('COLOR_SUCCESS', "<span style='color:green; font-weight:bold; font-family:Courier,mono;'>");
// Warning color
define('COLOR_WARNING', "<span style='color:yellow; font-weight:bold; font-family:Courier,mono;'>");
define('COLOR_WARNING', "<span style='color:#9e9e00; font-weight:bold; font-family:Courier,mono;'>");
// Error color
define('COLOR_ERROR', "<span style='color:red; font-weight:bold; font-family:Courier,mono;'>");
// Debug color
Expand Down

0 comments on commit 6745967

Please sign in to comment.