Dark theme for leak look up
leak-lookup.com by croutons

Details
Authorcroutons
LicenseNo License
Categoryhttps://leak-lookup.com
Created
Updated
Code size6.1 kB
Code checksum399c258f
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name leak-lookup.com
@namespace github.com/openstyles/stylus
@version 1.0.0
@description dark theme
@author croutons
==/UserStyle== */
@-moz-document domain("leak-lookup.com") {
body,
html {
background-color: #121212!important;
color: #e0e0e0!important
}
.fs-6.form-label,
a,
a * {
color: #90caf9!important
}
a:hover {
color: #64b5f6!important
}
button,
input,
select,
textarea {
background-color: #1e1e1e!important;
color: #e0e0e0!important;
border: 1px solid #444!important
}
input::placeholder,
textarea::placeholder {
color: #999!important
}
.table {
background-color: #1e1e1e!important;
color: #e0e0e0!important
}
.table-striped tbody tr:nth-of-type(odd) {
background-color: #232323!important
}
.table-striped tbody tr:nth-of-type(2n) {
background-color: #1c1c1c!important
}
.card,
.dropdown-menu,
.modal-content,
.navbar,
.sidebar {
background-color: #1a1a1a!important;
color: #e0e0e0!important
}
.dropdown-item:hover {
background-color: #333!important
}
.badge-info,
.badge.bg-info,
.form-check-input:checked {
background-color: #2196f3!important
}
::-webkit-scrollbar {
width: 8px
}
::-webkit-scrollbar-thumb {
background-color: #444;
border-radius: 4px
}
main.content {
background: 0 0!important
}
#index-leaks,
#twitter-stats,
.col-12.col-md-12.col-lg-12.col-xxl-5.d-flex,
footer.footer {
display: none!important
}
.list-group,
.list-group-flush,
.list-group-item {
background-color: #1a1a1a!important;
color: #e0e0e0!important;
border-color: #333!important
}
.list-group-item label,
.list-group-item span {
color: #ccc!important
}
.form-check-input {
background-color: #2a2a2a!important;
border: 1px solid #555!important
}
.select2-dropdown,
.select2-results__option,
.select2-results__options {
background-color: #1e1e1e!important
}
.form-check-input:checked {
border-color: #2196f3!important
}
.form-check-label {
color: #ddd!important
}
.card-title,
.form-check-label:hover {
color: #fff!important
}
.select2-dropdown {
color: #e0e0e0!important;
border: 1px solid #444!important;
box-shadow: 0 4px 12px rgba(0, 0, 0, .5)!important
}
.select2-results__options {
color: #e0e0e0!important;
max-height: 200px;
overflow-y: auto
}
.select2-results__option {
padding: 8px 12px;
color: #ccc!important;
cursor: pointer
}
.select2-results__option--highlighted,
.select2-results__option[aria-selected=true]:hover {
background-color: #333!important;
color: #fff!important
}
.table-striped > tbody > tr:nth-of-type(odd) {
--bs-table-striped-bg: 1a1a1a;
background-color: var(--bs-table-striped-bg)!important;
color: #f1f1f1!important
}
.table-striped > tbody > tr:nth-of-type(2n) {
background-color: #2c2c2c!important;
color: #f1f1f1!important
}
.table thead th {
background-color: #1f1f1f!important;
color: #e0e0e0!important;
border-bottom: 1px solid #444
}
.table td,
.table th {
border-color: #444!important
}
.table tbody tr:hover {
background-color: #3a3a3a!important;
color: #fff!important
}
.select2-selection__rendered {
background-color: #1a1a1a!important;
color: #f0f0f0!important;
padding: .25rem!important;
border-radius: 4px
}
.select2-selection__choice {
background-color: #2c2c2c!important;
color: #e0e0e0!important;
border: 1px solid #444!important;
border-radius: .25rem!important;
margin: 2px 4px 2px 0;
padding: .2rem .5rem
}
.select2-selection__choice:hover {
background-color: #3a3a3a!important;
border-color: #555!important
}
.select2-selection__choice__remove {
color: #bbb!important;
margin-right: 4px;
font-weight: 700
}
.select2-selection__choice__remove:hover {
color: #ff6b6b!important;
cursor: pointer
}
.select2-search__field {
background-color: #2c2c2c!important;
color: #f0f0f0!important;
border: none!important;
outline: 0!important;
padding: .25rem .5rem
}
.dataTables_info {
color: #aaa!important;
font-size: .875rem
}
.dataTables_paginate {
background-color: transparent!important
}
.pagination .page-item .page-link {
background-color: #2a2a2a!important;
border: 1px solid #444!important;
color: #ccc!important
}
.pagination .page-item.active .page-link {
background-color: #444!important;
color: #fff!important;
border-color: #666!important
}
.pagination .page-item.disabled .page-link {
background-color: #1e1e1e!important;
color: #666!important;
border-color: #333!important
}
.pagination .page-link:hover {
background-color: #3a3a3a!important;
color: #fff!important;
border-color: #555!important
}
.card-header {
background-color: #1f1f1f!important;
color: #f0f0f0!important;
border-bottom: 1px solid #333!important
}
.card-actions svg {
stroke: #ccc!important
}
.card-actions svg:hover {
stroke: #fff!important;
cursor: pointer
}
}