rDrama/files/assets/css/transparent.css

20 lines
503 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 {
2022-12-07 17:53:29 +00:00
background: rgba(var(--background), 0.9) !important;
}
2022-11-30 10:28:04 +00:00
.fixed-bottom, .popover, .modal-content, .dropdown-menu, .navbar, body, .form-control, #speed-carot-modal {
2022-12-07 17:53:29 +00:00
background-color: rgb(var(--background)) !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
}