Skip to content

Instantly share code, notes, and snippets.

@berkantkz
Last active April 17, 2022 14:24
Show Gist options
  • Save berkantkz/4a062ae4b6b25a62e571825673250eb8 to your computer and use it in GitHub Desktop.
Save berkantkz/4a062ae4b6b25a62e571825673250eb8 to your computer and use it in GitHub Desktop.
sahibinden.com için gözüme daha hoş gelen stylus karanlık mod stil kuralları. stylus: https://chrome.google.com/webstore/detail/stylus/clngdbkpkpeebahjckkjfobafhncgmne
@media (prefers-color-scheme: dark) {
body, div, td, tr, th, thead, tbody, dd, dt, dl, ul, li, a, p {
background: #242424 !important;
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;
}
* {
outline: none !important;
text-shadow: none !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment