/*------------------------------------
  Default Styles
------------------------------------*/
html {
  font-size: 16px;
}

body {
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif;
    font-size: 15px;
    color: #1a1a1a;
    background: #FFFFFF;
    -webkit-tap-highlight-color: rgba(26,26,26,0);
}

main {
  position: relative;
  overflow: hidden;
}
pre {
        background-color: #000000;
    color: #FFF;
    border-radius: 3px;
    font-size: 85%;
    line-height: 1.45;
    overflow: auto;
    padding: 16px;
  margin-bottom: 0;
    word-break: normal;
  word-wrap: normal;
  margin: 20px;
      
}

.post-list__post-title{
  font-size: 17px !important;
}
  
  
