Skip to content

Instantly share code, notes, and snippets.

@wis
Created January 24, 2019 17:40
Show Gist options
  • Save wis/bac9e525088f3cf70fdef29d3cb6f1cb to your computer and use it in GitHub Desktop.
Save wis/bac9e525088f3cf70fdef29d3cb6f1cb to your computer and use it in GitHub Desktop.
github show repository language stats percentages on graph user style sheet: show repository language stats percentages on graph without having to click the graph to toggle showing.
.repository-lang-stats-graph .language-color {
line-height: inherit;
overflow: hidden;
text-indent: -9999px;
word-break: break-all;
}
.repository-lang-stats-graph .language-color:before {
content: attr(aria-label);
text-indent: 0;
float: left;
font-size: 9px;
line-height: 10px;
margin: 0;
text-align: center;
font-weight: bold;
text-shadow: 0.5px 0.5px white;
}
.repository-lang-stats-graph {
white-space: normal;
}
@wis
Copy link
Author

wis commented Jan 24, 2019

before: r
after: r2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment