01f774607b
The color did not appear to be even with the text therefore, changed the color to have a top of 2px instead of 1px.
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: 2px;
|
|
width: 12px;
|
|
}
|