Hey yall, I made a custom CSS for tumblr dark mode for desktop. If you're a mobile user, you already have a dark color palette in the options, but desktop has no such thing, so if you want something similar that I just whipped up, download Stylebot for Chrome or Firefox (idk if it exists for other browsers, it's a normal extension) and load my custom CSS, directions under the cut. If this doesn't work for you, there was probably a problem with the dynamic elements, I didn't try it on other computers, message me if you tried it! Thanks!
to do this, open stylebot by clicking the icon in your extensions toolbar -> Open Stylebot -> at the bottom, click "< > code" and then paste this full text: div._3hOxd {
background-color: #000000;
}
header._2Lnx8 {
background-color: #000000;
}
div._29lp8 {
background-color: #000000;
}
div._2DwJv {
background-color: #000000;
}
main div div {
background-color: transparent;
color: grey;
}
header.VvBX3 {
color: #000000;
background-color: #000000;
border-style: none;
}
article._2DpMA {
background-color: #000000;
}
div._3wPrb {
color: grey;
}
li._3MF9s {
color: grey;
}
span._1B-io {
color: grey;
}
blockquote._3MF9s._1LBEv {
color: #999999;
}
div div p {
color: #999999;
font-size: 18px;
}
span._1Qt2k {
color: grey;
}
div._28g6n {
color: grey;
}
div._3u2Ih {
background-color: #000000;
color: grey;
border-style: outset;
}
span._2vAlC {
background-color: black;
opacity: 88%;
}
div._2NDDY {
background-color: #000000;
}
textarea._2vuQo {
background-color: black;
}
::placeholder {
color: lightgrey
}
a._1SERh {
color: grey;
}
div._3FhHX {
background-color: #000000;
}
span._3dTPo._1M85H {
color: #cccccc;
background-color: #073763;
}
a._14q4R {
color: #a4c2f4;
}
footer svg{
fill: grey;
}















