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');
|
2019-03-04 17:43:42 +01:00
|
|
|
@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
|
|
|
}
|
2019-02-22 21:23:15 +01:00
|
|
|
|
|
|
|
.repo-language-color {
|
|
|
|
filter: brightness(125%) !important;
|
|
|
|
border-radius: 50%;
|
|
|
|
display: inline-block;
|
|
|
|
height: 12px;
|
|
|
|
position: relative;
|
2019-02-25 17:04:17 +01:00
|
|
|
top: 2px;
|
2019-02-22 21:23:15 +01:00
|
|
|
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
|
|
|
}
|
2019-03-05 19:08:50 +01:00
|
|
|
|
2019-03-04 17:39:24 +01:00
|
|
|
.article {
|
|
|
|
h1, h2, h3, h4,
|
|
|
|
.highlight {
|
|
|
|
margin-bottom: 16px;
|
|
|
|
}
|
2019-03-05 19:03:29 +01:00
|
|
|
|
|
|
|
blockquote {
|
|
|
|
color: #6a737d;
|
|
|
|
border-left: 2px solid #959da5;
|
|
|
|
padding-left: 16px;
|
2019-05-10 12:18:59 +02:00
|
|
|
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:03:29 +01:00
|
|
|
}
|
2019-03-05 19:07:36 +01:00
|
|
|
}
|
2019-03-13 05:38:36 +01:00
|
|
|
|
|
|
|
.min-height-full {
|
|
|
|
min-height: 100vh;
|
|
|
|
}
|