body {
  /* background-color: #f8f8f8; */
  background-color: #ffffff;
}

pre {
  border: 1px solid #d6d6d6;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

.markdown-section .article-info {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  font-family: sans-serif;
}

h2 a span {
  color: #009682 !important;
  font-family: 'Roboto Mono';
}

h3 a span,
h4 a span,
h5 a span,
h6 a span {
  color: #237da9 !important;
}

.home_read_more {
  position: relative;
  float: right;
  top: -60px;
}

.home_read_more a {
  color: #35bf2b !important;
  font-size: 18px;
}

.home_read_more a:hover {
  color: #6ee26b !important;
}

.home_hr {
  border: none !important;
  border-bottom: 2px dashed #9e9e9e !important;
  margin: 2em 0 !important;
  margin-top: 80px !important;
}

.markdown-section .article-info .time {
  font-size: 14px;
  font-weight: 400;
  margin-right: 20px;
  color: #22a2c9;
  font-family: sans-serif;
}

.markdown-section .article-info .tags {
  font-size: 15px;
  font-weight: 400;
  color: #ff8f00;
  margin-right: 10px;
  /*text-decoration: underline;*/
  font-family: sans-serif;
}

.sidebar {
  padding-top: 0;
  margin: 0;
  background: #f8f8f8 !important;
}

.sidebar > h1 {
  /*background: #dadada;*/
  margin: 0;
  padding-top: 40px;
}


.app-name-link img {
  max-width: 30%;
}

.sidebar-nav, .sidebar-nav ul {
  margin: 0;
  padding: 0;
  text-align: center;
}

.sidebar-nav .subtitle {
  color: #7f8c8d;
}

.sidebar-nav ul {
  margin-top: 40px;
  /*border-top: 1px solid #7f8c8d;*/
}

.sidebar ul li a {
  font-size: 16px;
}

.sidebar li {
  margin: 22px 0;
}

.sidebar-nav h1 {
  font-size: 26px;
  font-weight: bolder;
  margin-bottom: 10px;
}

.content {
  padding-top: 35px;
}

.content .markdown-section a {
  color: #34495e;
  text-decoration: none;
}

.content .markdown-section p a {
  color: #344ca9;
  text-decoration: underline;
}

.content .markdown-section a:hover {
  color: #878787;
}

.markdown-section {
  margin: auto 5% !important;
  max-width: 85%;
  padding: 30px 15px 100px;
  position: relative;
}

.sidebar-icon {
  margin-top: 80px;
  left: 0;
  right: 0;
}

.sidebar-icon a {
  margin-right: 15px;
  margin-left: 15px;
}

.sidebar-icon .icon {
  width: 26px;
}

#archive-title-list {
  margin-top: 30px;
}

#archive-title-list li {
  margin-top: 10px;
  font-size: 16px;
  font-family: sans-serif;
}

.markdown-section .home_title a {
  color: #009682;
  font-size: 30px;
  font-family: 'Roboto Mono';
}

.markdown-section ul {
  line-height: 2.2rem;
  word-spacing: .05rem;
}

.markdown-section p {
  line-height: 1.5rem;
  word-spacing: .05rem;
}

.markdown-section ol li {
  font-size: 15px;
}

.markdown-section ol li::marker {
  color: #795548;
  font-size: 18px;
  font-weight: bold;
}

.markdown-section ol li p {
  font-size: 15px;
}

.markdown-section .custcom_table {
  border-style: none !important;
  border-collapse: unset !important;
}

.markdown-section .custcom_table .custcom_td {
  border: 0 !important;
}

#foot {
  text-align: center;
  position: fixed;
  right: 0;
  bottom: 0;
  height: 35px;
  line-height: 35px;
  width: 308px;
  background: #f8f8f8a3;
  z-index: 100;
}

#foot a {
  text-decoration: none;
  color: #35ac5f;
}

/*.docsify-tabs--classic .docsify-tabs__content, .docsify-tabs--classic .docsify-tabs__tab, .docsify-tabs--classic:before {*/
/*    border: var(--docsifytabs-border-px) solid #d6d6d6 !important;*/
/*}*/
