diff --git a/files/assets/css/transparent.css b/files/assets/css/transparent.css index 13cc8aa96..95f1a29b8 100644 --- a/files/assets/css/transparent.css +++ b/files/assets/css/transparent.css @@ -16,3 +16,7 @@ .fixed-bottom, .popover, .modal-content, .dropdown-menu, .navbar, #userpage > div.container-fluid, body, .form-control { background-color: #21262d !important; } + +.App-side { + background: transparent; +}