X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=dashboard%2Fwebapp-frontend%2Fsrc%2Fstyles%2Fdark-theme.scss;h=6214081ce60256ca9e714b207ba91e74dd3c674c;hb=8831a02bce715562f3cacce1691bf4d9d3af206b;hp=8cc0ece4f88ec97fceaf0647783552c829efbf36;hpb=b96fd22c2a19b61bbd9d4c71c4f4a8fbb3741df1;p=nonrtric.git diff --git a/dashboard/webapp-frontend/src/styles/dark-theme.scss b/dashboard/webapp-frontend/src/styles/dark-theme.scss index 8cc0ece4..6214081c 100644 --- a/dashboard/webapp-frontend/src/styles/dark-theme.scss +++ b/dashboard/webapp-frontend/src/styles/dark-theme.scss @@ -23,14 +23,15 @@ .dark-theme { color: white; - $dark-primary: mat-palette($mat-yellow); - $dark-accent: mat-palette($mat-amber, A400, A100, A700); + $dark-primary: mat-palette($mat-blue-grey); + $dark-accent: mat-palette($mat-amber, A200, A100, A400); $dark-warn: mat-palette($mat-red); + $dark-theme: mat-dark-theme($dark-primary, $dark-accent, $dark-warn); @include angular-material-theme($dark-theme); } .dark-theme .rd-global-page-title { - color:white; + color: white; } \ No newline at end of file