Last active
May 3, 2023 21:45
-
-
Save llsc12/8a86b087f6f4b75ae09d1e4106025c3e to your computer and use it in GitHub Desktop.
Discord Glass UI, makes most menus in discord acrylic.
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
/* Glass Menu Items */ | |
/* | |
This CSS replaces the backgrounds of most alerts and popups with | |
a nice acrylic effect. You can use this in your client by simply | |
importing the css in your modded discord client. Just import this | |
file with a `@import` line in your theme. | |
*/ | |
/* This has been relocated! Go to https://github.com/llsc12/discord-acrylic/ */ | |
@import "https://raw.githubusercontent.com/llsc12/discord-acrylic/main/Acrylic.theme.css"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment