Skip to content

Commit ce80bf4

Browse files
committed
change theme colors
1 parent 314f9e1 commit ce80bf4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

themes/default/app.less

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919

2020
/* Global Config */
2121
@av-primary: #FFFFFF;
22-
@av-secondary: #474747;
23-
@av-primary-contrast: #444444;
24-
@av-secondary-contrast: white;
22+
@av-secondary: #444444;
23+
@av-primary-contrast: #959292;
24+
@av-secondary-contrast: #007B67;
2525
@brand-primary: @av-primary;
2626
@brand-success: @av-secondary;
2727
@link-color: @av-secondary;
@@ -49,4 +49,4 @@
4949
.navbar, .navbar-unfixed-top, .busy-gui, .avb-content, .start-screen {
5050
color: @av-secondary;
5151
}
52-
}
52+
}

0 commit comments

Comments
 (0)