From 22c9e30317f25df3a517a9323a1f93f47723ea58 Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Wed, 30 Nov 2022 05:52:51 +0530 Subject: Particle Implementation * Particle is implemented but something is odd. Will be replaced by a library in the future --- hg.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'hg.css') diff --git a/hg.css b/hg.css index e364a3f..367b298 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,20 @@ dialog::backdrop { padding-left: 10px; color: #ffffff; justify-content: center; +} + +#dvd-render { + position: absolute; + top: 0; + z-index: 0; +} + +#assets { + display: none; +} + +#dvd { + width: 32px; + height: 18px; + object-fit: contain; } \ No newline at end of file -- cgit v1.2.3