Removed the background color for Fourthwall Order Placed alerts

This commit is contained in:
nuttylmao
2025-03-29 07:04:48 +11:00
parent f4447cad36
commit 2b3e57b565
2 changed files with 10 additions and 6 deletions
+5 -2
View File
@@ -232,8 +232,11 @@ li {
}
.fourthwall {
/* background: linear-gradient(#405eb3, #0d3cb9) !important; */
background: #adadad46 !important;
background: linear-gradient(#405eb3, #0d3cb9) !important;
}
.blank {
background: #adadad00 !important;
}
/****************/