Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

Commit

Permalink
Fix avatar colors (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
nwmac committed Apr 16, 2020
1 parent 4e1c27a commit 77ac795
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions custom-src/frontend/sass/custom/suse.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 77ac795

Please sign in to comment.