alterNERDtive.github.io/assets/styles.scss

55 lines
1,000 B
SCSS
Raw Normal View History

2019-01-25 16:23:17 +01:00
---
---
2019-02-07 22:59:44 +01:00
@import url('https://unpkg.com/primer/build/build.css');
@import 'highlight-syntax';
2019-01-25 17:57:43 +01:00
2019-01-25 19:43:22 +01:00
2019-03-06 16:04:54 +01:00
// If a user adds a custom font, this component will stop it from bleeding into GitHub components:
2019-01-25 19:43:22 +01:00
.github-component {
2019-03-06 16:04:54 +01:00
font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol !important;
2019-01-25 17:57:43 +01:00
}
.repo-language-color {
filter: brightness(125%) !important;
border-radius: 50%;
display: inline-block;
height: 12px;
position: relative;
top: 2px;
width: 12px;
}
2019-03-05 19:07:36 +01:00
.emoji {
width: 18px;
height: auto;
vertical-align: middle;
2019-03-05 19:09:03 +01:00
}
.article {
h1, h2, h3, h4,
.highlight {
margin-bottom: 16px;
}
blockquote {
color: #6a737d;
border-left: 2px solid #959da5;
padding-left: 16px;
margin-bottom: 16px;
}
ul, ol {
padding-left: 32px;
margin-bottom: 16px;
}
li ul, li ol {
padding-left: 16px;
margin-bottom: 0px;
}
2019-03-05 19:07:36 +01:00
}
2019-03-13 05:38:36 +01:00
.min-height-full {
min-height: 100vh;
}