Skip to content

Instantly share code, notes, and snippets.

@potatoqualitee
Last active March 2, 2017 02:04
Show Gist options
  • Save potatoqualitee/16f810f3876104f5de1f33052f64f4fb to your computer and use it in GitHub Desktop.
Save potatoqualitee/16f810f3876104f5de1f33052f64f4fb to your computer and use it in GitHub Desktop.
Stylebot CSS for the good ol' gentle blue colors of GitHub
h1.public strong a {
color: #4078C0;
}
a.subnav-item.js-subnav-item.selected {
background-color: #4078C0;
}
svg.octicon.octicon-file-directory path {
color: #4078C0;
}
a.js-navigation-open {
color: #4078C0;
}
a.topic-tag.topic-tag-link {
color: #4078C0;
}
a.btn.btn-outline.btn-sm.border-blue {
color: #ffffff;
background-color: #4078C0;
}
div.d-inline-block.mb-1 h3 a {
color: #4078C0;
}
a.issue-link.js-issue-link {
color: #4078C0;
}
article.markdown-body.entry-content p a {
color: #4078C0;
}
strong.css-truncate-target {
color: #4078C0;
}
li.flex-auto.py-3.text-bold.text-right.f6.lh-condensed a {
color: #4078C0;
}
a.url.fn span {
color: #4078C0;
}
input.manual-file-chooser.js-manual-file-chooser {
color: #4078C0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment