Skip to content

Commit

Permalink
Fix grey palette (once again)
Browse files Browse the repository at this point in the history
  • Loading branch information
iliajie committed Aug 29, 2024
1 parent 2e411bf commit d373b53
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion authentic-init.pl
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ sub get_theme_color
'orange' => '#724d2a', # '#885c34',
'red' => '#7e2b27', # '#9a3531',
'maroon' => '#6f233e', # '#862b4c',
'grey' => '#2f3336', # '#2c3338',
'grey' => '#2f3336', # '#343c42',
'white' => '#555555');# '#ffffff'

my $color = $theme_config{'settings_navigation_color'};
Expand Down
Binary file modified unauthenticated/css/bundle.min.css.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion unauthenticated/css/palettes/grey.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d373b53

Please sign in to comment.