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 {
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;
}
.octicon.octicon-git-compare.type-icon-state-merged {
.octicon.type-icon-state-merged,
.octicon-repo.type-icon-state-merged {
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;
}
.octicon-check {

@ -494,13 +494,16 @@ a.label {
.octicon-repo {
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;
}
.octicon.octicon-git-compare.type-icon-state-merged {
.octicon.type-icon-state-merged,
.octicon-repo.type-icon-state-merged {
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;
}
.octicon-check {

@ -487,13 +487,16 @@ a.label {
.octicon-repo {
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;
}
.octicon.octicon-git-compare.type-icon-state-merged {
.octicon.type-icon-state-merged,
.octicon-repo.type-icon-state-merged {
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;
}
.octicon-check {

@ -487,13 +487,16 @@ a.label {
.octicon-repo {
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;
}
.octicon.octicon-git-compare.type-icon-state-merged {
.octicon.type-icon-state-merged,
.octicon-repo.type-icon-state-merged {
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;
}
.octicon-check {

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

Loading…
Cancel
Save