aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/app/app.component.html
diff options
context:
space:
mode:
authorDanijel Anđelković <adanijel99@gmail.com>2022-04-23 03:01:02 +0200
committerDanijel Anđelković <adanijel99@gmail.com>2022-04-23 03:01:02 +0200
commit6fe49c5cd6ef20dc477f11dac098e4c18c2584ee (patch)
tree952de1a3596ca04d17287d8d3593a6020ec2f55d /frontend/src/app/app.component.html
parent1177f4b29b616a59af39f4aef11b116f9660357d (diff)
Dodao korisnička podešavanja za pozadinu.
Diffstat (limited to 'frontend/src/app/app.component.html')
-rw-r--r--frontend/src/app/app.component.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/frontend/src/app/app.component.html b/frontend/src/app/app.component.html
index ba7743b5..984389c4 100644
--- a/frontend/src/app/app.component.html
+++ b/frontend/src/app/app.component.html
@@ -1,11 +1,12 @@
<app-gradient-background colorHorizontal1="rgba(0, 8, 45, 0.5)" colorHorizontal2="rgba(0, 52, 89, 0.5)" colorVertical1="rgba(0, 52, 89, 0.5)" colorVertical2="rgba(0, 152, 189, 0.5)"></app-gradient-background>
-<app-reactive-background [speed]="0.0005" [scrollSpeed]="0.25" [minDistance]="0.1" [maxSize]="4" [cursorDistance]="0.07" lineColor="#00a8e8" pointColor="rgba(0, 188, 252, 0.33)" cursorLineColor="#00a8e8" [numPoints]="200">
+<app-reactive-background [speed]="0.0005" [scrollSpeed]="0.25" [minDistance]="0.1" [maxSize]="4" [cursorDistance]="0.17" lineColor="#00a8e8" pointColor="rgba(0, 188, 252, 0.33)" cursorLineColor="#00a8e8" [numPoints]="200">
</app-reactive-background>
-<app-reactive-background [speed]="0.0008" [scrollSpeed]="0.5" [minDistance]="0.12" [maxSize]="6" [cursorDistance]="0.09" lineColor="#00a8e8" pointColor="rgba(0, 188, 252, 0.66)" cursorLineColor="#00a8e8" [numPoints]="100">
+<app-reactive-background [speed]="0.0008" [scrollSpeed]="0.5" [minDistance]="0.12" [maxSize]="6" [cursorDistance]="0.19" lineColor="#00a8e8" pointColor="rgba(0, 188, 252, 0.66)" cursorLineColor="#00a8e8" [numPoints]="100">
</app-reactive-background>
-<app-reactive-background [speed]="0.001" [scrollSpeed]="1" [minDistance]="0.14" [maxSize]="8" [cursorDistance]="0.12" lineColor="#00a8e8" pointColor="rgba(0, 188, 252, 1)" cursorLineColor="#00a8e8" [numPoints]="50">
+<app-reactive-background [speed]="0.001" [scrollSpeed]="1" [minDistance]="0.14" [maxSize]="8" [cursorDistance]="0.22" lineColor="#00a8e8" pointColor="rgba(0, 188, 252, 1)" cursorLineColor="#00a8e8" [numPoints]="50">
</app-reactive-background>
<app-navbar></app-navbar>
+<a class="bg-controls" routerLink="playground">pozadina</a>
<div class="container h-100">
<router-outlet></router-outlet>
<!--<app-barchart></app-barchart>