Skip to content

Instantly share code, notes, and snippets.

@greyzusht
Created September 18, 2019 23:36
Show Gist options
  • Select an option

  • Save greyzusht/268140b04cfb2e46ec597c9ec5239db3 to your computer and use it in GitHub Desktop.

Select an option

Save greyzusht/268140b04cfb2e46ec597c9ec5239db3 to your computer and use it in GitHub Desktop.
color change for publisher
/*** change background color of date section ***/
.topbar .topbar-date {
background-color: #f00 !important;
}
/*** change social network icons color ***/
.topbar .better-social-counter.style-button .social-item .item-icon {
color: #efefef;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment