body { margin: 0 !important; background-color: rgb(36, 36, 48); color: rgba(240, 240, 255, 1); overflow: hidden; } .btn-dark { background-color: rgb(36, 36, 48); } .btn-dark:focus { background-color: rgb(36, 36, 48); } .btn-dark:hover { background-color: rgb(32, 32, 44); } .topnav { display: flex; position: fixed; top: 20px; left: 50%; transform: translateX(-50%); } .list-group-item { border: 1px solid rgba(255, 255, 255, 0.05); } .form-control { border: 0; background-color: rgba(255, 255, 255, 0.05) !important; color: white !important; } .form-check-input:not(:checked) { background-color: rgba(255, 255, 255, 0.05) !important; } select option { color: white; background-color: rgb(36, 36, 48); border: 0; } .form-group { margin-top: 8px; } #webview { overflow-y: scroll !important; position: fixed; width: 100%; height: calc(100% - 100px); } #webview::-webkit-scrollbar-track { background-color: rgb(36, 36, 48); border-radius: 10px; } #webview::-webkit-scrollbar { width: 5px; background-color: rgb(36, 36, 48); } #webview::-webkit-scrollbar-thumb { background-color: rgb(61, 61, 74); border-radius: 10px; } .form-check-input { position: absolute; font-size: 1.5em; top: 0.67em; } .list-group-item { background-color: rgb(29, 29, 37); color: #fff; } -webkit-scrollbar-track { box-shadow: inset 0 0 6px rgba(0,0,0,0.3); background-color: #F5F5F5; } -webkit-scrollbar { width: 10px; background-color: #F5F5F5; }