From d6f32f48dcef338b638fb87926ed67b7d780e4e6 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 13 Jan 2017 13:59:36 +0100 Subject: [PATCH 1/3] Fix repo description text on GitHub --- css/solarized-all-sites-dark.css | 3 +++ css/solarized-all-sites-light.css | 3 +++ css/solarized-github-dark.css | 3 +++ css/solarized-github-light.css | 3 +++ sites/github.styl | 3 +++ 5 files changed, 15 insertions(+) diff --git a/css/solarized-all-sites-dark.css b/css/solarized-all-sites-dark.css index 330df49..db30e7d 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; } diff --git a/css/solarized-all-sites-light.css b/css/solarized-all-sites-light.css index 522bffd..652faa6 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; } diff --git a/css/solarized-github-dark.css b/css/solarized-github-dark.css index 033aec4..8da56ee 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; } diff --git a/css/solarized-github-light.css b/css/solarized-github-light.css index e829242..536c6bb 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; } diff --git a/sites/github.styl b/sites/github.styl index 61caa03..bfbd792 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 From 9f8fcf89923badbd0357d52a23336a1fdc3ebfb1 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 13 Jan 2017 14:12:38 +0100 Subject: [PATCH 2/3] Style GitHub facebox popup --- css/solarized-all-sites-dark.css | 14 ++++++++++++++ css/solarized-all-sites-light.css | 14 ++++++++++++++ css/solarized-github-dark.css | 14 ++++++++++++++ css/solarized-github-light.css | 14 ++++++++++++++ sites/github.styl | 16 ++++++++++++++++ 5 files changed, 72 insertions(+) diff --git a/css/solarized-all-sites-dark.css b/css/solarized-all-sites-dark.css index db30e7d..9d7ff47 100644 --- a/css/solarized-all-sites-dark.css +++ b/css/solarized-all-sites-dark.css @@ -824,6 +824,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 652faa6..08ccc81 100644 --- a/css/solarized-all-sites-light.css +++ b/css/solarized-all-sites-light.css @@ -824,6 +824,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 8da56ee..d557097 100644 --- a/css/solarized-github-dark.css +++ b/css/solarized-github-dark.css @@ -817,3 +817,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 536c6bb..04c243f 100644 --- a/css/solarized-github-light.css +++ b/css/solarized-github-light.css @@ -817,3 +817,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 bfbd792..0952629 100644 --- a/sites/github.styl +++ b/sites/github.styl @@ -854,3 +854,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 From 446dd7eab4c1d05b37a853586330b86b735996b5 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 13 Jan 2017 14:28:03 +0100 Subject: [PATCH 3/3] Style recent branches github notification --- css/solarized-all-sites-dark.css | 4 ++++ css/solarized-all-sites-light.css | 4 ++++ css/solarized-github-dark.css | 4 ++++ css/solarized-github-light.css | 4 ++++ sites/github.styl | 4 ++++ 5 files changed, 20 insertions(+) diff --git a/css/solarized-all-sites-dark.css b/css/solarized-all-sites-dark.css index 9d7ff47..3796841 100644 --- a/css/solarized-all-sites-dark.css +++ b/css/solarized-all-sites-dark.css @@ -677,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; } diff --git a/css/solarized-all-sites-light.css b/css/solarized-all-sites-light.css index 08ccc81..bd2d73c 100644 --- a/css/solarized-all-sites-light.css +++ b/css/solarized-all-sites-light.css @@ -677,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; } diff --git a/css/solarized-github-dark.css b/css/solarized-github-dark.css index d557097..212563b 100644 --- a/css/solarized-github-dark.css +++ b/css/solarized-github-dark.css @@ -670,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; } diff --git a/css/solarized-github-light.css b/css/solarized-github-light.css index 04c243f..e1a0054 100644 --- a/css/solarized-github-light.css +++ b/css/solarized-github-light.css @@ -670,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; } diff --git a/sites/github.styl b/sites/github.styl index 0952629..4d967a2 100644 --- a/sites/github.styl +++ b/sites/github.styl @@ -680,6 +680,10 @@ a.label .pagehead.repohead background-color highlight +.repository-content .RecentBranches + background-color highlight + border-color() + .repohead-details-container a color()