diff options
author | Sonja Galovic <galovicsonja@gmail.com> | 2022-03-30 15:49:11 +0200 |
---|---|---|
committer | Sonja Galovic <galovicsonja@gmail.com> | 2022-03-30 15:49:11 +0200 |
commit | f99546fc4a9f012b122993d518af0e9da44ec5eb (patch) | |
tree | a937eba20f81337c6387d47202d517d3e8d68e09 /frontend/src/app/app.component.html | |
parent | ca049bd93441f509aae546e9c4cce528e86a5284 (diff) | |
parent | ad9193d35e5ae2f6847492f1867963fc1672ee3e (diff) |
Merge branch 'dev' of http://gitlab.pmf.kg.ac.rs/igrannonica/neuronstellar into dev
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> |