alterNERDtive.github.io/assets/styles.scss
ccsplit 01f774607b
Change top style {1 => 2}px.
The color did not appear to be even with the text therefore, changed the
color to have a top of 2px instead of 1px.
2019-02-25 10:04:17 -06:00

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;
}