Skip to content

Instantly share code, notes, and snippets.

@JoseSoteloCohen
Created February 20, 2021 05:02
Show Gist options
  • Save JoseSoteloCohen/23dbc0a32d8bfc962b778dc7776708d3 to your computer and use it in GitHub Desktop.
Save JoseSoteloCohen/23dbc0a32d8bfc962b778dc7776708d3 to your computer and use it in GitHub Desktop.
// Primary section of the home
.primary-section > article {
z-index: 600
}
.darkmode--activated .primary-section .entry-header{
z-index: 500;
}
.darkmode--activated .custom-logo-link{
mix-blend-mode:darken
}
// Home Right Sidebar
.darkmode--activated #secondary{
mix-blend-mode: difference;
color: white;
}
.darkmode--activated #secondary a{
color: white;
}
.darkmode--activated #secondary .postform{
color: black;
}
// Blog Post
.darkmode--activated .featured-image-wrap {
mix-blend-mode: difference;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment