Skip to content

Commit

Permalink
Fix contrast in for non-default palettes
Browse files Browse the repository at this point in the history
  • Loading branch information
iliajie committed May 23, 2022
1 parent f62f68e commit 2b02685
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions authentic-init.pl
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,12 @@ sub get_theme_color
{
my %theme_colors = ('blue' => '#0450ae',
'brown' => '#5d4839',
'gold' => '#917851',
'gold' => '#876f4b',
'green' => '#277b4c',
'grey' => '#4c5250',
'orange' => '#946a44',
'grey' => '#484b4a',
'orange' => '#936842',
'purple' => '#543c53',
'red' => '#a02638',
'red' => '#a32135',
'white' => '#ffffff');

my $color = $theme_config{'settings_navigation_color'};
Expand Down
2 changes: 1 addition & 1 deletion unauthenticated/css/bundle.min.css

Large diffs are not rendered by default.

Binary file modified unauthenticated/css/bundle.min.css.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion unauthenticated/css/palettes/brown.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion unauthenticated/css/palettes/gold.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion unauthenticated/css/palettes/green.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion unauthenticated/css/palettes/grey.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion unauthenticated/css/palettes/orange.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion unauthenticated/css/palettes/purple.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion unauthenticated/css/palettes/red.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion unauthenticated/css/palettes/white.min.css

Large diffs are not rendered by default.

0 comments on commit 2b02685

Please sign in to comment.