rDrama/files/assets/css/transparent.css

20 lines
482 B
CSS
Raw Normal View History

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 {
background: rgba(28, 34, 41, 0.90) !important;
}
2022-11-30 10:28:04 +00:00
.fixed-bottom, .popover, .modal-content, .dropdown-menu, .navbar, body, .form-control, #speed-carot-modal {
2022-11-29 01:47:31 +00:00
background-color: #21262d !important;
}
2022-11-29 05:06:26 +00:00
2022-11-30 21:56:31 +00:00
.App-side, .flaggers, .comment-section {
background: transparent !important;
2022-11-29 05:06:26 +00:00
}