/* repos.css
 *
 * MIT License
 * (c) 2018 Alexander Williams, Unscramble <license@unscramble.jp>
 *
 * https://github.com/aw/picolisp-github
 */

ol.repos  {
  display:flex;
  list-style:none;
  flex-wrap:wrap;
  justify-content:space-between;
  padding-left:0;
  margin-top:0;
  margin-block-start:1em;
  margin-block-end:1em;
  max-width:800px;
  font-size:14px;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  line-height:1.5;
}
ol.repos li { display:flex; border:1px #d1d5da solid; padding:16px; margin-bottom:16px; border-radius:3px; width:359px; }
ol.repos li span.archived {
  margin-top: -1px;
  margin-bottom: 4px;
  font-weight: 400;
  color: #586069;
  background-color: transparent;
  border: 1px solid #d1d5da;
  box-shadow: none;
  margin-left: 4px;
  padding: 3px 4px;
  line-height: 1;
  border-radius: 2px;
  font-size: 12px;
  text-transform: capitalize;
}
ol.repos li a { color:#0366d6; font-weight:600; cursor:pointer; text-decoration:none; }
ol.repos li p { color:#586069; font-size:12px; }
ol.repos li p.desc { flex:1 0 auto; margin-bottom:0; margin-top:8px; display:block; }
ol.repos li p.stats { margin-bottom:0; margin-top:0; }
ol.repos li p span.repo-language-color {
  position: relative;
  top: 1px;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ccc;
}
ol.repos li p.stats a { font-size:14px; margin-left:16px; display:inline-block; color:#586069; }
