diff --git a/css/solarized-all-sites-dark.css b/css/solarized-all-sites-dark.css index af98c58..4b4df7b 100644 --- a/css/solarized-all-sites-dark.css +++ b/css/solarized-all-sites-dark.css @@ -124,6 +124,7 @@ a.filter-item:hover, .gh-header-number { color: #586e75 !important; } +.ellipsis-expander, .hidden-text-expander a { background-color: #073642 !important; } diff --git a/css/solarized-all-sites-light.css b/css/solarized-all-sites-light.css index da219a0..4100ddd 100644 --- a/css/solarized-all-sites-light.css +++ b/css/solarized-all-sites-light.css @@ -124,6 +124,7 @@ a.filter-item:hover, .gh-header-number { color: #93a1a1 !important; } +.ellipsis-expander, .hidden-text-expander a { background-color: #eee8d5 !important; } diff --git a/css/solarized-github-dark.css b/css/solarized-github-dark.css index 0f2fdc1..cbfd096 100644 --- a/css/solarized-github-dark.css +++ b/css/solarized-github-dark.css @@ -117,6 +117,7 @@ a.filter-item:hover, .gh-header-number { color: #586e75 !important; } +.ellipsis-expander, .hidden-text-expander a { background-color: #073642 !important; } diff --git a/css/solarized-github-light.css b/css/solarized-github-light.css index a12c07c..b109bae 100644 --- a/css/solarized-github-light.css +++ b/css/solarized-github-light.css @@ -117,6 +117,7 @@ a.filter-item:hover, .gh-header-number { color: #93a1a1 !important; } +.ellipsis-expander, .hidden-text-expander a { background-color: #eee8d5 !important; } diff --git a/sites/github.styl b/sites/github.styl index ff0dd0d..2d0beeb 100644 --- a/sites/github.styl +++ b/sites/github.styl @@ -96,6 +96,7 @@ a.filter-item .gh-header-number color comment +.ellipsis-expander .hidden-text-expander a background-color highlight