Created
August 23, 2023 12:23
-
-
Save yutsuku/20dc3319ba326b44c95fe34def650158 to your computer and use it in GitHub Desktop.
discord theme that requires https://betterdiscord.app/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* @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