sahibinden.com için karanlık mod
sahibinden.com by berkantkz
Details
Authorberkantkz
LicenseNo License
Categorysahibinden.com
Created
Updated
Size913 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name sahibinden.com
@version 20220417.14.20
@namespace userstyles.world/user/berkantkz
@description sahibinden.com için karanlık mod
@author berkantkz
@license No License
==/UserStyle== */
@-moz-document domain("sahibinden.com") {
@media (prefers-color-scheme: dark) {
body, div, td, tr, th, thead, tbody, dd, dt, dl, ul, li, a, p {
background-color: #242424 !important;
color: white !important;
}
dd {
border: 1px solid #fff5;
}
a {
color: deepskyblue !important;
}
h1, h2, h3, h4, h5, h6, p, span {
color: white !important;
}
.btn-flat {
color: white !important;
}
.searchResultsRowClass tr:nth-child(even) td, .searchResultsRowClass tr:nth-child(even) a, .searchResultsRowClass tr:nth-child(even) div {
background-color: #333 !important;
}
}
}