diff --git a/custom-src/frontend/sass/custom/suse.scss b/custom-src/frontend/sass/custom/suse.scss index 1ebeaf156e..e658d2fad9 100644 --- a/custom-src/frontend/sass/custom/suse.scss +++ b/custom-src/frontend/sass/custom/suse.scss @@ -39,13 +39,16 @@ body.stratos { color: #333; } - .user-avatar { - &__initials { - background-color: $suse-primary-color; - color: $suse-text; - } + .user-avatar__initials { + background-color: $suse-primary-color; + color: $suse-text; } + .user-avatar__large .user-avatar__initials { + background-color: $suse-text; + color: $suse-primary-color; + } + .setup .page-header .mat-toolbar.mat-primary { background-color: $suse-primary-color; color: $suse-text;