github: Fix octicon colors

They made some CSS change...
pull/4/head
Adam Porter 8 years ago
parent b7d061398c
commit 6b925f9d2c

@ -494,13 +494,16 @@ a.label {
.octicon-repo { .octicon-repo {
color: #93a1a1 !important; color: #93a1a1 !important;
} }
.octicon.octicon-git-compare.type-icon-state-closed { .octicon.type-icon-state-closed,
.octicon-repo.type-icon-state-closed {
color: #dc322f !important; color: #dc322f !important;
} }
.octicon.octicon-git-compare.type-icon-state-merged { .octicon.type-icon-state-merged,
.octicon-repo.type-icon-state-merged {
color: #6c71c4 !important; color: #6c71c4 !important;
} }
.octicon.octicon-git-compare.type-icon-state-open { .octicon.type-icon-state-open,
.octicon-repo.type-icon-state-open {
color: #859900 !important; color: #859900 !important;
} }
.octicon-check { .octicon-check {

@ -494,13 +494,16 @@ a.label {
.octicon-repo { .octicon-repo {
color: #93a1a1 !important; color: #93a1a1 !important;
} }
.octicon.octicon-git-compare.type-icon-state-closed { .octicon.type-icon-state-closed,
.octicon-repo.type-icon-state-closed {
color: #dc322f !important; color: #dc322f !important;
} }
.octicon.octicon-git-compare.type-icon-state-merged { .octicon.type-icon-state-merged,
.octicon-repo.type-icon-state-merged {
color: #6c71c4 !important; color: #6c71c4 !important;
} }
.octicon.octicon-git-compare.type-icon-state-open { .octicon.type-icon-state-open,
.octicon-repo.type-icon-state-open {
color: #859900 !important; color: #859900 !important;
} }
.octicon-check { .octicon-check {

@ -487,13 +487,16 @@ a.label {
.octicon-repo { .octicon-repo {
color: #93a1a1 !important; color: #93a1a1 !important;
} }
.octicon.octicon-git-compare.type-icon-state-closed { .octicon.type-icon-state-closed,
.octicon-repo.type-icon-state-closed {
color: #dc322f !important; color: #dc322f !important;
} }
.octicon.octicon-git-compare.type-icon-state-merged { .octicon.type-icon-state-merged,
.octicon-repo.type-icon-state-merged {
color: #6c71c4 !important; color: #6c71c4 !important;
} }
.octicon.octicon-git-compare.type-icon-state-open { .octicon.type-icon-state-open,
.octicon-repo.type-icon-state-open {
color: #859900 !important; color: #859900 !important;
} }
.octicon-check { .octicon-check {

@ -487,13 +487,16 @@ a.label {
.octicon-repo { .octicon-repo {
color: #93a1a1 !important; color: #93a1a1 !important;
} }
.octicon.octicon-git-compare.type-icon-state-closed { .octicon.type-icon-state-closed,
.octicon-repo.type-icon-state-closed {
color: #dc322f !important; color: #dc322f !important;
} }
.octicon.octicon-git-compare.type-icon-state-merged { .octicon.type-icon-state-merged,
.octicon-repo.type-icon-state-merged {
color: #6c71c4 !important; color: #6c71c4 !important;
} }
.octicon.octicon-git-compare.type-icon-state-open { .octicon.type-icon-state-open,
.octicon-repo.type-icon-state-open {
color: #859900 !important; color: #859900 !important;
} }
.octicon-check { .octicon-check {

@ -484,11 +484,10 @@ a.label
background-color() background-color()
// ** octicon // ** octicon
.octicon, .octicon-repo
color base1
.octicon.octicon-git-compare .octicon
//color color-background-highlight .octicon-repo
color base1
&.type-icon-state-closed &.type-icon-state-closed
color red color red

Loading…
Cancel
Save