aboutsummaryrefslogtreecommitdiff
path: root/hg.css
diff options
context:
space:
mode:
authorIndrajith K L2023-01-19 23:12:00 +0530
committerIndrajith K L2023-01-19 23:12:58 +0530
commitbd01be7001f442296d2a9fe6389ab15f3641c84f (patch)
tree2dfc28c98db11554d909d46e029b8f807fa32632 /hg.css
parent4b91f9cecd4195462c4e7f48846a56a10a3d3660 (diff)
downloadretrowave-player-bd01be7001f442296d2a9fe6389ab15f3641c84f.tar.gz
retrowave-player-bd01be7001f442296d2a9fe6389ab15f3641c84f.tar.bz2
retrowave-player-bd01be7001f442296d2a9fe6389ab15f3641c84f.zip
Integrates Codef Library
* Adds StarField & 3D Lines * Style fixes to accommodate canvas * Adds Canvas container Signed-off-by: Indrajith K L <mac91112@gmail.com>
Diffstat (limited to 'hg.css')
-rw-r--r--hg.css6
1 files changed, 6 insertions, 0 deletions
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