aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/app/_elements/reactive-background/reactive-background.component.html
diff options
context:
space:
mode:
authorDanijel Anđelković <adanijel99@gmail.com>2022-04-17 21:56:08 +0200
committerDanijel Anđelković <adanijel99@gmail.com>2022-04-17 21:56:08 +0200
commit87b1858bfb9d53f9932767d48e1b21bdc7d536fb (patch)
tree2cc2c121a6e648fd2cbb1094958ead2c1722de50 /frontend/src/app/_elements/reactive-background/reactive-background.component.html
parent57f235fc814473f5be947e2b31e7d57f83fcbdd8 (diff)
Promenio komponentu za iscrtavanje reaktivne pozadine tako da je transparentna, dodao komponentu za iscrtavanje gradijentne pozadine.
Ispravio razne BUG-ove vezane za reaktivnu pozadinu, i promenio stil.
Diffstat (limited to 'frontend/src/app/_elements/reactive-background/reactive-background.component.html')
-rw-r--r--frontend/src/app/_elements/reactive-background/reactive-background.component.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/app/_elements/reactive-background/reactive-background.component.html b/frontend/src/app/_elements/reactive-background/reactive-background.component.html
index 756952fb..c63dd6ac 100644
--- a/frontend/src/app/_elements/reactive-background/reactive-background.component.html
+++ b/frontend/src/app/_elements/reactive-background/reactive-background.component.html
@@ -1 +1 @@
-<canvas id="bgCanvas" width="200" height="200" style="position: fixed; z-index: -1;"></canvas> \ No newline at end of file
+<canvas #bgCanvas width="200" height="200" style="position: fixed; z-index: -1;"></canvas> \ No newline at end of file