CHANGED THE COLOR

This commit is contained in:
missmeowness 2023-04-11 19:25:35 +03:00 committed by SondreB
parent 553da84fd1
commit f218258db5
2 changed files with 4 additions and 7 deletions

View File

@ -56,7 +56,7 @@
.spaces-card {
max-width: 274px;
border-radius: 15px;
background-color: rgba(170, 255, 85, 0.75);
background-color: rgba(87, 88, 85, 0.75);
}
.spaces-container {

View File

@ -41,8 +41,7 @@
</p>
</mat-card-content>
<mat-card-actions>
<button mat-button>LIKE</button>
<button mat-button>SHARE</button>
<button mat-button>REMOVE</button>
</mat-card-actions>
</mat-card>
<mat-card class="spaces-card">
@ -60,8 +59,7 @@
</p>
</mat-card-content>
<mat-card-actions>
<button mat-button>LIKE</button>
<button mat-button>SHARE</button>
<button mat-button>REMOVE</button>
</mat-card-actions>
</mat-card>
<mat-card class="spaces-card">
@ -79,8 +77,7 @@
</p>
</mat-card-content>
<mat-card-actions>
<button mat-button>LIKE</button>
<button mat-button>SHARE</button>
<button mat-button>REMOVE</button>
</mat-card-actions>
</mat-card>
</div>