diff options
Diffstat (limited to 'frontend/src/app/app.component.html')
-rw-r--r-- | frontend/src/app/app.component.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/frontend/src/app/app.component.html b/frontend/src/app/app.component.html index f0e563f4..daf93cc1 100644 --- a/frontend/src/app/app.component.html +++ b/frontend/src/app/app.component.html @@ -1,4 +1,6 @@ -<app-reactive-background></app-reactive-background> +<app-reactive-background [bgColor]="'#003459'" [lineColor]="'#00a8e8'" [pointColor]="'#cfeffb'" + [cursorLineColor]="'#888888'" [numPoints]="300"> +</app-reactive-background> <app-navbar></app-navbar> <div class="container h-100"> <router-outlet></router-outlet> |