diff --git a/dmp-frontend/src/app/projects/project-listing.component.scss b/dmp-frontend/src/app/projects/project-listing.component.scss index 8da81cd62..4c0f55d9d 100644 --- a/dmp-frontend/src/app/projects/project-listing.component.scss +++ b/dmp-frontend/src/app/projects/project-listing.component.scss @@ -28,4 +28,8 @@ mat-row:hover { background-color: lightgray; -} \ No newline at end of file +} + +mat-row:nth-child(odd){ + background-color:#eef0fb; + } \ No newline at end of file