Skip to content

Commit 314f9e1

Browse files
committed
neutral colors config for booth
1 parent eac4f27 commit 314f9e1

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

themes/default/app.less

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
@import "../../external.less";
1919

2020
/* Global Config */
21-
@av-primary: #2C3E50;
22-
@av-secondary: #00A489;
23-
@av-primary-contrast: white;
21+
@av-primary: #FFFFFF;
22+
@av-secondary: #474747;
23+
@av-primary-contrast: #444444;
2424
@av-secondary-contrast: white;
2525
@brand-primary: @av-primary;
2626
@brand-success: @av-secondary;
@@ -43,4 +43,10 @@
4343
[ave-default-election] .background .top-section,
4444
[ave-public-view] .background .top-section {
4545
color: #333;
46+
}
47+
48+
[av-booth] {
49+
.navbar, .navbar-unfixed-top, .busy-gui, .avb-content, .start-screen {
50+
color: @av-secondary;
51+
}
4652
}

0 commit comments

Comments
 (0)