1
0
mirror of https://github.com/algora-io/tv.git synced 2024-11-16 00:58:59 +02:00

fix background

This commit is contained in:
zafer 2024-05-03 16:44:42 +03:00
parent 71b0d3f218
commit 72e39d0126
2 changed files with 3 additions and 1 deletions

View File

@ -16,7 +16,7 @@
@apply border-gray-800;
}
body {
@apply bg-[radial-gradient(ellipse_at_top_left,_#1d1e3a_0%,_#050217_40%,_#050217_60%,_#1d1e3a_100%)] text-white;
@apply bg-gray-950 text-white;
}
}

View File

@ -66,6 +66,8 @@
</script>
</head>
<body>
<div class="fixed inset-0 bg-[radial-gradient(ellipse_at_top_left,_#1d1e3a_0%,_#050217_40%,_#050217_60%,_#1d1e3a_100%)] z-0">
</div>
<div
class="fixed inset-x-0 -top-[69%] z-0 flex transform justify-center overflow-hidden blur-3xl"
aria-hidden="true"