diff --git a/css/solarized-all-sites-dark.css b/css/solarized-all-sites-dark.css index 330df49..3796841 100644 --- a/css/solarized-all-sites-dark.css +++ b/css/solarized-all-sites-dark.css @@ -62,6 +62,9 @@ button.ajax-pagination-btn:hover { .comment-reactions .user-has-reacted { background-color: #073642 !important; } +.text-gray-dark { + color: #839496 !important; +} .contrib-number { color: #93a1a1 !important; } @@ -674,6 +677,10 @@ a.label { .pagehead.repohead { background-color: #073642 !important; } +.repository-content .RecentBranches { + background-color: #073642 !important; + border-color: #657b83 !important; +} .repohead-details-container a { color: #839496 !important; } @@ -821,6 +828,20 @@ a.tabnav-tab.selected, .viz { background-color: #083c4a !important; } +.facebox-popup { + color: #839496 !important; + background-color: #002b36 !important; +} +.facebox-popup .octicon { + color: #fff !important; +} +.facebox-popup .owner-select-target { + color: #839496 !important; + background-color: #073642 !important; +} +.facebox-popup .owner-select-target:hover { + background-color: #586e75 !important; +} .sfbgg { background-color: #073642 !important; } diff --git a/css/solarized-all-sites-light.css b/css/solarized-all-sites-light.css index 522bffd..bd2d73c 100644 --- a/css/solarized-all-sites-light.css +++ b/css/solarized-all-sites-light.css @@ -62,6 +62,9 @@ button.ajax-pagination-btn:hover { .comment-reactions .user-has-reacted { background-color: #eee8d5 !important; } +.text-gray-dark { + color: #657b83 !important; +} .contrib-number { color: #586e75 !important; } @@ -674,6 +677,10 @@ a.label { .pagehead.repohead { background-color: #eee8d5 !important; } +.repository-content .RecentBranches { + background-color: #eee8d5 !important; + border-color: #839496 !important; +} .repohead-details-container a { color: #657b83 !important; } @@ -821,6 +828,20 @@ a.tabnav-tab.selected, .viz { background-color: #ebe4cf !important; } +.facebox-popup { + color: #657b83 !important; + background-color: #fdf6e3 !important; +} +.facebox-popup .octicon { + color: #fff !important; +} +.facebox-popup .owner-select-target { + color: #657b83 !important; + background-color: #eee8d5 !important; +} +.facebox-popup .owner-select-target:hover { + background-color: #93a1a1 !important; +} .sfbgg { background-color: #eee8d5 !important; } diff --git a/css/solarized-github-dark.css b/css/solarized-github-dark.css index 033aec4..212563b 100644 --- a/css/solarized-github-dark.css +++ b/css/solarized-github-dark.css @@ -55,6 +55,9 @@ button.ajax-pagination-btn:hover { .comment-reactions .user-has-reacted { background-color: #073642 !important; } +.text-gray-dark { + color: #839496 !important; +} .contrib-number { color: #93a1a1 !important; } @@ -667,6 +670,10 @@ a.label { .pagehead.repohead { background-color: #073642 !important; } +.repository-content .RecentBranches { + background-color: #073642 !important; + border-color: #657b83 !important; +} .repohead-details-container a { color: #839496 !important; } @@ -814,3 +821,17 @@ a.tabnav-tab.selected, .viz { background-color: #083c4a !important; } +.facebox-popup { + color: #839496 !important; + background-color: #002b36 !important; +} +.facebox-popup .octicon { + color: #fff !important; +} +.facebox-popup .owner-select-target { + color: #839496 !important; + background-color: #073642 !important; +} +.facebox-popup .owner-select-target:hover { + background-color: #586e75 !important; +} diff --git a/css/solarized-github-light.css b/css/solarized-github-light.css index e829242..e1a0054 100644 --- a/css/solarized-github-light.css +++ b/css/solarized-github-light.css @@ -55,6 +55,9 @@ button.ajax-pagination-btn:hover { .comment-reactions .user-has-reacted { background-color: #eee8d5 !important; } +.text-gray-dark { + color: #657b83 !important; +} .contrib-number { color: #586e75 !important; } @@ -667,6 +670,10 @@ a.label { .pagehead.repohead { background-color: #eee8d5 !important; } +.repository-content .RecentBranches { + background-color: #eee8d5 !important; + border-color: #839496 !important; +} .repohead-details-container a { color: #657b83 !important; } @@ -814,3 +821,17 @@ a.tabnav-tab.selected, .viz { background-color: #ebe4cf !important; } +.facebox-popup { + color: #657b83 !important; + background-color: #fdf6e3 !important; +} +.facebox-popup .octicon { + color: #fff !important; +} +.facebox-popup .owner-select-target { + color: #657b83 !important; + background-color: #eee8d5 !important; +} +.facebox-popup .owner-select-target:hover { + background-color: #93a1a1 !important; +} diff --git a/sites/github.styl b/sites/github.styl index 61caa03..4d967a2 100644 --- a/sites/github.styl +++ b/sites/github.styl @@ -41,6 +41,9 @@ button.ajax-pagination-btn background-color highlight +.text-gray-dark + color() + .contrib-number color emphasized @@ -677,6 +680,10 @@ a.label .pagehead.repohead background-color highlight +.repository-content .RecentBranches + background-color highlight + border-color() + .repohead-details-container a color() @@ -851,3 +858,19 @@ a.tabnav-tab .viz background-color color-background-highlight-extra-less-less + +// facebox (e.g. when forking) + +.facebox-popup + color() + background-color() + + .octicon + color white + + .owner-select-target + color() + background-color highlight + + &:hover + background-color highlight-extra