This commit is contained in:
gilbN 2019-12-16 11:02:58 +01:00
parent fffa4e2b60
commit b1970dd123

View File

@ -24,6 +24,17 @@
background: -webkit-radial-gradient(50% 50% farthest-corner,rgba(0, 0, 0, 0.5) 0,#000000 100%) !important; background: -webkit-radial-gradient(50% 50% farthest-corner,rgba(0, 0, 0, 0.5) 0,#000000 100%) !important;
background: radial-gradient(farthest-corner at 50% 50%,rgba(0, 0, 0, 0.5) 50%,#000000 100%) !important; background: radial-gradient(farthest-corner at 50% 50%,rgba(0, 0, 0, 0.5) 50%,#000000 100%) !important;
} }
/* Sidebar */
.SourceSidebar-openSidebar-364QEr,.SourceSidebar-collapsedSidebar-3MDUee {
background: rgba(0, 0, 0, 0.45);
}
.SourceSidebar-expandedSidebar-ljacXC {
background: rgba(0, 0, 0, 0.95);
}
/* Navbar */
.NavBar-container-1T0BJz {
background: rgba(0, 0, 0, 0.45);
}
/*Text*/ /*Text*/
.help-block, .ClaimedServer-messageHeader-3uzatL, .btn-gray, .text-muted label { .help-block, .ClaimedServer-messageHeader-3uzatL, .btn-gray, .text-muted label {
color: #fff; color: #fff;