Last active
March 2, 2017 02:04
-
-
Save potatoqualitee/16f810f3876104f5de1f33052f64f4fb to your computer and use it in GitHub Desktop.
Stylebot CSS for the good ol' gentle blue colors of GitHub
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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