make userpage on mobile transparent too

pull/1/head
Aevann1 2022-11-30 01:43:44 +02:00
parent 82db4ffde5
commit 2004d78226
1 changed files with 2 additions and 2 deletions

View File

@ -8,11 +8,11 @@
--gray-900: transparent;
}
.container, #root > div.App {
.container, #userpage > div.container-fluid, #root > div.App {
background: rgba(28, 34, 41, 0.90) !important;
}
.fixed-bottom, .popover, .modal-content, .dropdown-menu, .navbar, #userpage > div.container-fluid, body, .form-control {
.fixed-bottom, .popover, .modal-content, .dropdown-menu, .navbar, body, .form-control {
background-color: #21262d !important;
}