From 77ac79537c5dea536a8b9bd885022aa82c234a4a Mon Sep 17 00:00:00 2001 From: Neil MacDougall Date: Thu, 16 Apr 2020 13:23:10 +0100 Subject: [PATCH] Fix avatar colors (#368) --- custom-src/frontend/sass/custom/suse.scss | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) 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;