Skip to content

Instantly share code, notes, and snippets.

@yutsuku
Created August 23, 2023 12:23
Show Gist options
  • Save yutsuku/20dc3319ba326b44c95fe34def650158 to your computer and use it in GitHub Desktop.
Save yutsuku/20dc3319ba326b44c95fe34def650158 to your computer and use it in GitHub Desktop.
discord theme that requires https://betterdiscord.app/
/**
* @name snekjail
* @author moh
* @description to the jail you go
* @version 2023.08.23
*/
bd-body
{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: block;
z-index: 999999999999999;
background: url(https://i.imgur.com/3PjPmAY.png) repeat;
pointer-events: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment