Update dimmer background, refactor top menu background. (#483)

Minor ui changes (dimmer background)
This commit is contained in:
Sam El-Husseini 2018-04-10 12:48:00 -07:00 committed by GitHub
parent 8f211a5c19
commit e65db0b756
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

View File

@ -8,6 +8,5 @@
}
#mainmenu, #homemenu {
background: @legoGreyLight;
border-bottom: 5px solid #00a5c8;
}

View File

@ -108,8 +108,8 @@
Menu
--------------------*/
@mainMenuBackground: #ffffff;
@mainMenuInvertedBackground: @yellow;
@mainMenuBackground: @legoGreyLight;
@mainMenuInvertedBackground: #FFFFFF;
@mainMenuTutorialBackground: @orange;

View File

@ -1,3 +1,5 @@
/*******************************
User Variable Overrides
*******************************/
@backgroundColor: fade(#A2A2A2, 80%);