From fbeff795607e7132648fe658471fdecbf187f5ce Mon Sep 17 00:00:00 2001 From: ztimson Date: Sat, 24 Aug 2019 20:30:02 -0400 Subject: [PATCH] More styling; we are going dark. --- src/app/views/map/map.component.scss | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/src/app/views/map/map.component.scss b/src/app/views/map/map.component.scss index 310e4e9..69fbc58 100644 --- a/src/app/views/map/map.component.scss +++ b/src/app/views/map/map.component.scss @@ -25,12 +25,21 @@ } ::ng-deep .mat-menu-panel { - background-color: rgba(255, 255, 255, 0.8) !important; + background-color: rgba(0, 0, 0, 0.8) !important; + + .mat-menu-item { + color: rgba(255, 255, 255, 0.54); + + .mat-icon-no-color { + color: rgba(255, 255, 255, 0.54) + } + } } ::ng-deep .mat-toolbar { position: absolute; height: 45px !important; z-index: 500; - background-color: rgba(255, 255, 255, 0.8) + color: rgba(255, 255, 255, 0.54); + background-color: rgba(0, 0, 0, 0.8); }