Skip to content

Commit

Permalink
Merge branch 'feature/bank-frontend'
Browse files Browse the repository at this point in the history
  • Loading branch information
probsty committed Oct 28, 2023
2 parents 1374fb6 + 184c773 commit 4814d2f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Expand Up @@ -32,7 +32,7 @@ mat-card p {

.card-background {
background-size: cover;
background: linear-gradient(to top, #FF5858, #FF8C69) no-repeat center;
background: linear-gradient(#f5f5f5, #f6f6f6);
}

.centered-title {
Expand Down
3 changes: 3 additions & 0 deletions bank/frontend/src/app/components/header/header.component.css
Expand Up @@ -14,4 +14,7 @@ mat-grid-tile {
background: lightblue;
}

.mat-toolbar {
background-color: #3b5998 !important;
}

0 comments on commit 4814d2f

Please sign in to comment.