using brightness to distinguish layers
This commit is contained in:
parent
808b32ee16
commit
fc8c6e13a8
|
@ -195,7 +195,7 @@ export default function Home() {
|
|||
<PageHead />
|
||||
|
||||
<div className="bg-[#0A2342] flex flex-row min-h-screen text-white">
|
||||
<div className="w-full z-0 md:w-1/3 min-h-screen">
|
||||
<div className="brightness-50 md:filter-none w-full z-0 md:w-1/3 min-h-screen">
|
||||
<ThreeCanvas
|
||||
paused={paused}
|
||||
getTime={() => Tone.Transport.seconds}
|
||||
|
|
Loading…
Reference in New Issue