More styling; we are going dark.

This commit is contained in:
Zakary Timson 2019-08-24 20:30:02 -04:00
parent 44327c5c78
commit fbeff79560

View File

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