Added some NullPointerExceptions - Happy easter, you bastards! :D

This commit is contained in:
coolnsx
2023-05-01 13:48:27 +05:30
parent 3a751e4ab6
commit 9fb07b739f
14 changed files with 58 additions and 38 deletions

View File

@@ -11,8 +11,8 @@
/** Generic window ***********************************/
.genwin {
background-color: rgba(39, 40, 34, 0.5);
//background-color: rgba(0,0,0,0);
//background-color: rgba(39, 40, 34, 0.5);
background-color: rgba(0,0,0,0);
border-radius: 16px;
}