f48504a97f
Used colors.json from https://github.com/ozh/github-colors/blob/master/colors.json to get the latest colors for each of the languages and then added to the repo-card with the language and a circle for the color. Add link around the Language to be the same as the Stars and forks. Change the order of the language to match GitHub.
22 lines
537 B
SCSS
22 lines
537 B
SCSS
---
|
|
---
|
|
@import url('https://unpkg.com/primer/build/build.css');
|
|
@import url('https://fonts.googleapis.com/css?family=Rubik:400,500,700,900');
|
|
|
|
body {
|
|
font-family: 'Rubik', sans-serif;
|
|
}
|
|
|
|
.github-component {
|
|
font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
|
|
}
|
|
|
|
.repo-language-color {
|
|
filter: brightness(125%) !important;
|
|
border-radius: 50%;
|
|
display: inline-block;
|
|
height: 12px;
|
|
position: relative;
|
|
top: 1px;
|
|
width: 12px;
|
|
}
|