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:
parent
71b0d3f218
commit
72e39d0126
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user