2022-07-16 21:00:02 +00:00
|
|
|
:root {
|
|
|
|
--light: transparent;
|
|
|
|
--gray-600: transparent;
|
|
|
|
--gray-700: transparent;
|
|
|
|
--gray-800: transparent;
|
|
|
|
--gray-900: transparent;
|
|
|
|
}
|
|
|
|
|
2023-10-02 06:12:31 +00:00
|
|
|
.container, #userpage > div.container-fluid, #root > div.App, .orgy-chat-window-item {
|
2022-12-07 17:53:29 +00:00
|
|
|
background: rgba(var(--background), 0.9) !important;
|
2022-09-29 05:43:29 +00:00
|
|
|
}
|
2022-11-28 02:00:46 +00:00
|
|
|
|
2024-01-12 05:18:24 +00:00
|
|
|
.fixed-bottom, .popover, .modal-content, .dropdown-menu, .navbar, body, .form-control, #inline-carot-modal {
|
2023-10-26 18:06:31 +00:00
|
|
|
background-color: rgb(var(--background)) !important;
|
2022-11-28 02:00:46 +00:00
|
|
|
}
|
2022-11-29 05:06:26 +00:00
|
|
|
|
2023-06-23 16:49:23 +00:00
|
|
|
.App-side, .reports, .comment-section {
|
2022-12-03 22:17:24 +00:00
|
|
|
background: transparent !important;
|
2022-11-29 05:06:26 +00:00
|
|
|
}
|