From 6b925f9d2c09e06eab6adc1093bfc6ccdd384191 Mon Sep 17 00:00:00 2001 From: Adam Porter Date: Thu, 22 Sep 2016 20:19:03 -0500 Subject: [PATCH] github: Fix octicon colors They made some CSS change... --- css/solarized-all-sites-dark.css | 9 ++++++--- css/solarized-all-sites-light.css | 9 ++++++--- css/solarized-github-dark.css | 9 ++++++--- css/solarized-github-light.css | 9 ++++++--- sites/github.styl | 7 +++---- 5 files changed, 27 insertions(+), 16 deletions(-) diff --git a/css/solarized-all-sites-dark.css b/css/solarized-all-sites-dark.css index 372eca8..9b4b92c 100644 --- a/css/solarized-all-sites-dark.css +++ b/css/solarized-all-sites-dark.css @@ -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 { diff --git a/css/solarized-all-sites-light.css b/css/solarized-all-sites-light.css index c9e3997..5ff4b30 100644 --- a/css/solarized-all-sites-light.css +++ b/css/solarized-all-sites-light.css @@ -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 { diff --git a/css/solarized-github-dark.css b/css/solarized-github-dark.css index e24c146..b386054 100644 --- a/css/solarized-github-dark.css +++ b/css/solarized-github-dark.css @@ -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 { diff --git a/css/solarized-github-light.css b/css/solarized-github-light.css index 57d0d26..a4d382c 100644 --- a/css/solarized-github-light.css +++ b/css/solarized-github-light.css @@ -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 { diff --git a/sites/github.styl b/sites/github.styl index 1dacfb8..f9f6a69 100644 --- a/sites/github.styl +++ b/sites/github.styl @@ -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