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=dbb8ebab82ddbace4c6feb7180a4c6eff5697493;hp=8cc0ece4f88ec97fceaf0647783552c829efbf36;hpb=a2bc79c5f0027e953815d6e98814a748b36827aa;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