Spaces:
Running
Running
| /* Mask background */ | |
| .dark .bg-gray-200{ | |
| background-color:rgba(55, 55, 55, 0.105); | |
| } | |
| .cropper-wrap-box, .cropper-canvas{ | |
| background-color:rgba(55, 55, 55, 0.105); | |
| } | |
| .cropper-bg { | |
| background: none; | |
| } | |
| select { | |
| background:#000; | |
| color:#fff; | |
| } | |
| select * { | |
| background:#373737ff; | |
| color:#9c85fb; | |
| } |