Skip to content

Commit

Permalink
Fix green color (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
iliajie committed Jul 30, 2024
1 parent 91714b8 commit a3bb714
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion authentic-init.pl
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ sub get_theme_color
# Chrome application header color should be darker than the theme color
my %theme_colors = ('blue' => '#003374', # '#004090',
'teal' => '#024048', # '#034f58',
'green' => '#1a5936', # '#285332',
'green' => '#1a5936', # '#28533e',
'purple' => '#3a2b3f', # '#533e71',
'brown' => '#423328', # '#594739',
'gold' => '#624b33', # '#74573a',
Expand Down
2 changes: 1 addition & 1 deletion theme.info
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ bootstrap=3
spa=1
nomodcall=xnavigation=1
version=21.20.4-beta1
mversion=11
mversion=12
bversion=00
webmin=1
usermin=1
Expand Down
Binary file modified unauthenticated/css/bundle.min.css.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion unauthenticated/css/palettes/green.min.css

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

0 comments on commit a3bb714

Please sign in to comment.