Replying to
@jolly treble 1733802552826

Ah yeah of course! for the cursor:

  • { cursor: url('YOUR URL HERE'), auto; }

I’m assuming this is the “TV lines” you’re referring to. You’ll have to play around with the code a bit for this one lmk if you need help bc I’m not sure how to explain it.

body::before { content: " "; display: block; position: fixed; top: 0; left: 0; bottom: 0; right: 0; background: linear-gradient(rgb(0 0 0 / PERCENTAGE%) 40%, rgb(0 0 0 / 0%) PERCENTAGE%); z-index: 2; background-size: 100% 2px, 3px 100%; pointer-events: none; }

replace the three 0s after RGB with the RGB code of the color you want it to be.

Comment
@jolly treble 1733802637179

It won’t let me edit it but that bullet point before the cursor code should be an asterisk (*) it automatically made it a bullet point oops


Add a reply

Pressing continue will bring you to the following URL:

Are sure you want to go there?


Continue