Skip to content

Commit a3bb714

Browse files
committed
Fix green color (again)
1 parent 91714b8 commit a3bb714

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

authentic-init.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ sub get_theme_color
7878
# Chrome application header color should be darker than the theme color
7979
my %theme_colors = ('blue' => '#003374', # '#004090',
8080
'teal' => '#024048', # '#034f58',
81-
'green' => '#1a5936', # '#285332',
81+
'green' => '#1a5936', # '#28533e',
8282
'purple' => '#3a2b3f', # '#533e71',
8383
'brown' => '#423328', # '#594739',
8484
'gold' => '#624b33', # '#74573a',

theme.info

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ bootstrap=3
44
spa=1
55
nomodcall=xnavigation=1
66
version=21.20.4-beta1
7-
mversion=11
7+
mversion=12
88
bversion=00
99
webmin=1
1010
usermin=1

unauthenticated/css/bundle.min.css.gz

0 Bytes
Binary file not shown.

unauthenticated/css/palettes/green.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)