rDrama/files/assets/css/transparent.css

19 lines
441 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;
--background: transparent;
2022-07-16 21:00:02 +00:00
}
2022-11-29 05:00:46 +00:00
.container, #root > div.App {
2022-07-16 21:00:02 +00:00
background: rgba(28, 34, 41, 0.90) !important;
}
2022-11-29 03:37:51 +00:00
.fixed-bottom, .popover, .modal-content, .dropdown-menu, .navbar, #userpage > div.container-fluid, body, .form-control {
2022-11-29 01:47:31 +00:00
background-color: #21262d !important;
}