More styling; we are going dark.
This commit is contained in:
parent
44327c5c78
commit
fbeff79560
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user