Modify gui background color to be same as our website (#1404)

This commit is contained in:
Chris Stewart 2020-05-09 08:03:29 -05:00 committed by GitHub
parent 15b6b2376f
commit 40c4af93a7

View File

@ -2,7 +2,7 @@
.root {
-fx-accent: #1e74c6;
-fx-focus-color: -fx-accent;
-fx-base: #373e43;
-fx-base: #304c5a;
-fx-control-inner-background: derive(-fx-base, 35%);
-fx-control-inner-background-alt: -fx-control-inner-background ;
}