it's allll coming together now....

This commit is contained in:
Vozer
2022-06-05 11:17:42 -05:00
committed by GitHub
parent a5874ef40b
commit ae7e2a22fd
12 changed files with 627 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
/*
////////////////////////
//////Plugins
////////////////////////
*/
/* ---------- xenoLib/Lighty plugins ------------ */
/* In App Notifications */
.xenoLib-notification-content {
backdrop-filter: blur(20px);
box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.483);
border: 1px solid rgb(146, 146, 146);
border-radius: 5px;
background: rgba(41, 38, 39, 0.276);
}