From bd01be7001f442296d2a9fe6389ab15f3641c84f Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Thu, 19 Jan 2023 23:12:00 +0530 Subject: Integrates Codef Library * Adds StarField & 3D Lines * Style fixes to accommodate canvas * Adds Canvas container Signed-off-by: Indrajith K L --- hg.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'hg.css') diff --git a/hg.css b/hg.css index e364a3f..48e560b 100644 --- a/hg.css +++ b/hg.css @@ -50,6 +50,7 @@ body { text-align: center; background-position: 50% 50%; background-repeat: no-repeat; + z-index: 999; } .music-player .color-overlay { @@ -250,4 +251,9 @@ dialog::backdrop { padding-left: 10px; color: #ffffff; justify-content: center; +} + +#codef-canvas canvas { + position: absolute; + top: 0; } \ No newline at end of file -- cgit v1.2.3