rDrama/files/assets/css/transparent.css

23 lines
493 B
CSS

@import 'midnight.css?v=4033';
:root {
--light: transparent;
--gray-600: transparent;
--gray-700: transparent;
--gray-800: transparent;
--gray-900: transparent;
--background: transparent;
}
.container, #root > div.App {
background: rgba(28, 34, 41, 0.90) !important;
}
.fixed-bottom, .popover, .modal-content, .dropdown-menu, .navbar, #userpage > div.container-fluid, body, .form-control {
background-color: #21262d !important;
}
.App-side {
background: transparent !important;
}