rDrama/files/assets/css/transparent.css

22 lines
476 B
CSS
Raw Normal View History

2022-11-29 01:00:56 +00:00
@import 'midnight.css?v=4033';
2022-07-16 21:00:02 +00:00
:root {
--light: transparent;
--gray-600: transparent;
--gray-700: transparent;
--gray-800: transparent;
--gray-900: transparent;
}
.container, #userpage > div.container-fluid, #root > div.App {
2022-07-16 21:00:02 +00:00
background: rgba(28, 34, 41, 0.90) !important;
}
.fixed-bottom, .popover, .modal-content, .dropdown-menu, .navbar, body, .form-control {
2022-11-29 01:47:31 +00:00
background-color: #21262d !important;
}
2022-11-29 05:06:26 +00:00
.App-side, .flaggers {
2022-11-29 05:07:29 +00:00
background: transparent !important;
2022-11-29 05:06:26 +00:00
}