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); }