#adminmenu{
background-image: linear-gradient(to right, #a41aa1 , #8408b0);
}
p{
background-image: linear-gradient(to left, rgb(140, 0, 255), rgb(255, 0, 64)) !important;
-webkit-background-clip: text !important;
color: transparent !important;
}
.plugin-update-tr{
background-color: black !important;
}
.inactive {
background-color: rgb(51, 255, 0) !important;
}
.active {
background-color: rgb(214, 255, 30) !important;
}
body{
background-image: linear-gradient(to left, rgb(173, 0, 251), rgb(253, 24, 0)) !important;
}