@charset "UTF-8";
::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem; }

::-webkit-scrollbar-corner {
  background-color: #fff; }

::-webkit-scrollbar-thumb {
  background: #d3d3d4; }

::-webkit-scrollbar-track {
  background-color: transparent; }

* {
  -webkit-transition: background-color 75ms ease-in, border-color 75ms ease-in;
  -moz-transition: background-color 75ms ease-in, border-color 75ms ease-in;
  -ms-transition: background-color 75ms ease-in, border-color 75ms ease-in;
  -o-transition: background-color 75ms ease-in, border-color 75ms ease-in;
  transition: background-color 75ms ease-in, border-color 75ms ease-in; }

.notransition {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none; }

html {
  overflow-x: hidden;
  width: 100%; }

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
hr,
dl,
dd,
ol,
ul,
figure {
  margin: 0;
  padding: 0; }

body {
  min-height: 100vh;
  overflow-x: hidden;
  position: relative;
  color: #434648;
  background-color: #fff;
  font: 400 16px/1.85 Lato, Helvetica Neue For Number, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, PingFang SC, Hiragino Sans GB, "Microsoft JhengHei", "MicrMicrosoft YaHei", Helvetica Neue, Helvetica, Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  box-sizing: border-box; }

strong,
b {
  font-weight: 700;
  color: #0d122b; }

hr {
  border-bottom: 0;
  border-style: solid;
  border-color: #ececec; }

kbd {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #ececec;
  border-radius: 2px;
  color: #0d122b;
  display: inline-block;
  font-size: 14px;
  line-height: 1.4;
  font-family: consolas, Menlo, "PingFang SC", "Microsoft JhengHei", "Microsoft YaHei", monospace, Helvetica Neue For Number;
  margin: 0 0.1em;
  font-weight: 700;
  padding: 0.01em 0.4em;
  text-shadow: 0 1px 0 #fff; }

img {
  max-width: 100%;
  vertical-align: middle;
  -webkit-user-drag: none;
  margin: 0 auto;
  text-align: center; }

figure {
  position: relative; }

figure > img {
  display: block;
  position: relative; }

figcaption {
  font-size: 13px;
  text-align: center; }

ul {
  list-style: none; }
  ul li {
    display: list-item;
    text-align: -webkit-match-parent;
    text-align: match-parent; }
  ul li::before {
    content: "•";
    display: inline-block;
    top: -1px;
    width: 1.2em;
    position: relative;
    margin-left: -1.3em;
    font-weight: 700; }

ol {
  list-style: none;
  counter-reset: li; }
  ol li {
    position: relative;
    counter-increment: li; }
    ol li::before {
      content: counter(li);
      display: inline-block;
      width: 1em;
      margin-right: 0.5em;
      margin-left: -1.6em;
      text-align: right;
      direction: rtl;
      font-weight: 700;
      font-size: 14px; }

ul,
ol {
  margin-top: 0;
  margin-left: 30px; }

li {
  padding-bottom: 1px;
  padding-top: 1px; }
  li:before {
    color: #0d122b; }
  li > ul,
  li > ol {
    margin-bottom: 2px;
    margin-top: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0d122b;
  font-weight: 700; }
  h1 + ul,
  h1 + ol,
  h2 + ul,
  h2 + ol,
  h3 + ul,
  h3 + ol,
  h4 + ul,
  h4 + ol,
  h5 + ul,
  h5 + ol,
  h6 + ul,
  h6 + ol {
    margin-top: 10px; }
  @media screen and (max-width: 768px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
      scroll-margin-top: 65px; } }

h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
  text-decoration: none;
  border: none; }
  h1 > a:hover,
  h2 > a:hover,
  h3 > a:hover,
  h4 > a:hover,
  h5 > a:hover,
  h6 > a:hover {
    text-decoration: none;
    border: none; }

a {
  color: inherit;
  text-decoration-color: #d2c7c7;
  text-decoration: none; }
  a:hover {
    color: #f66; }
  a:focus {
    outline: 3px solid rgba(0, 54, 199, 0.6);
    outline-offset: 2px; }

del {
  color: inherit; }

em {
  color: inherit; }

blockquote {
  color: #6b7886;
  text-align: center;
  opacity: 0.9;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  padding: 10px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 1em; }
  blockquote > :last-child {
    margin-bottom: 0;
    margin-top: 0; }

.wrapper {
  max-width: -webkit-calc(720px - (30px * 2));
  max-width: calc(720px - (30px * 2));
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px; }
  @media screen and (max-width: 768px) {
    .wrapper {
      max-width: -webkit-calc(720px - (30px));
      max-width: calc(720px - (30px));
      padding-right: 20px;
      padding-left: 20px; }
      .wrapper.blurry {
        -webkit-animation: 0.2s ease-in forwards blur;
        animation: 0.2s ease-in forwards blur; } }

u {
  text-decoration-color: #d2c7c7; }

small {
  font-size: 14px; }

sup {
  border-radius: 10%;
  top: -3px;
  left: 2px;
  font-size: small;
  position: relative;
  margin-right: 2px; }

.overflow-table {
  overflow-x: auto; }

table {
  width: 100%;
  margin-top: 15px;
  border-collapse: collapse;
  font-size: 14px; }
  table thead {
    font-weight: 700;
    color: #0d122b;
    border-bottom: 1px solid #ececec; }
  table th,
  table td,
  table tr {
    padding: 2px 7px; }

.wrapper:after, .navbar:after, .post-item:after {
  content: "";
  display: table;
  clear: both; }

mark,
::selection {
  background: #fffba0;
  color: #0d122b; }

.gist table {
  border: 0; }
  .gist table tr,
  .gist table td {
    border: 0; }

.navbar {
  height: auto;
  max-width: calc(890px - (30px * 2));
  max-width: -webkit-calc(890px - (30px * 2));
  position: relative;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px solid #ececec;
  padding: 15px 30px; }

.menu {
  user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none; }
  .menu a#mode {
    float: left;
    left: 8px;
    top: 6px;
    position: relative;
    clear: both;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0.7;
    z-index: 1; }
    .menu a#mode:hover {
      cursor: pointer;
      opacity: 1; }
    .menu a#mode:active {
      -webkit-transform: scale(0.9, 0.9);
      transform: scale(0.9, 0.9); }
    .menu a#mode .mode-moon {
      display: block; }
      .menu a#mode .mode-moon line {
        stroke: #0d122b;
        fill: none; }
      .menu a#mode .mode-moon circle {
        fill: #0d122b;
        stroke: #0d122b; }
    .menu a#mode .mode-sunny {
      display: none; }
      .menu a#mode .mode-sunny line {
        stroke: #eaeaea;
        fill: none; }
      .menu a#mode .mode-sunny circle {
        fill: none;
        stroke: #eaeaea; }
  .menu .trigger {
    float: right; }
  .menu .menu-trigger {
    display: none; }
  .menu .menu-icon {
    display: none; }
  .menu .menu-link {
    color: #0d122b;
    line-height: 2.25;
    text-decoration: none;
    padding: 5px 8px;
    opacity: 0.7;
    letter-spacing: 0.3px;
    font-style: normal; }
    .menu .menu-link:hover {
      opacity: 1; }
    .menu .menu-link:not(:last-child) {
      margin-right: 5px; }
    .menu .menu-link.rss {
      position: relative;
      bottom: -3px;
      outline: none; }
    @media screen and (max-width: 768px) {
      .menu .menu-link {
        opacity: 0.8; } }
  .menu .menu-link.active {
    opacity: 1;
    font-weight: 600; }
  @media screen and (max-width: 768px) {
    .menu {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 2;
      text-align: center;
      height: 50px;
      background-color: #fff;
      border-bottom: 1px solid #ececec; }
      .menu a#mode {
        left: 10px;
        top: 12px; }
      .menu .menu-icon {
        display: block;
        position: absolute;
        right: 0;
        width: 50px;
        height: 23px;
        line-height: 0;
        padding-top: 13px;
        padding-bottom: 15px;
        cursor: pointer;
        text-align: center;
        z-index: 1; }
        .menu .menu-icon > svg {
          fill: #0d122b;
          opacity: 0.7; }
        .menu .menu-icon:hover > svg {
          opacity: 1; }
        .menu .menu-icon:active {
          -webkit-transform: scale(0.9, 0.9);
          transform: scale(0.9, 0.9); }
      .menu input[type="checkbox"]:not(:checked) ~ .trigger {
        clear: both;
        visibility: hidden; }
      .menu input[type="checkbox"]:checked ~ .trigger {
        position: fixed;
        animation: 0.2s ease-in forwards fadein;
        -webkit-animation: 0.2s ease-in forwards fadein;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        background-color: #fff;
        height: 100vh;
        width: 100%;
        top: 0; }
      .menu .menu-link {
        display: block;
        box-sizing: border-box;
        font-size: 1.1em; }
        .menu .menu-link:not(:last-child) {
          margin: 0;
          padding: 2px 0; } }

.author {
  margin-top: 6.3rem;
  margin-bottom: 7.2rem;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column; }
  @media screen and (max-width: 768px) {
    .author {
      margin-bottom: 3em; } }
  .author .author-avatar-wrapper {
    border-width: 1px;
    border-color: b6b6b6;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    user-select: none;
    background-color: #0d122b;
    -ms-user-select: none;
    -webkit-user-select: none;
    -webkit-animation: 0.5s ease-in forwards fadein;
    animation: 0.5s ease-in forwards fadein;
    opacity: 1;
    overflow: hidden; }
  .author .author-avatar {
    transition: 0.6s; }
    .author .author-avatar:hover {
      -ms-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -webkit-transform: scale(1.2);
      transform: scale(1.2); }
  .author .author-name {
    font-size: 1.7em;
    margin-bottom: 2px; }
  .author .author-bio {
    margin: 0 auto;
    opacity: 0.9;
    max-width: 393px;
    line-height: 1.688; }

.posts-item-note {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #0d122b; }

.post-item {
  display: flex;
  padding-top: 5px;
  padding-bottom: 6px; }
  .post-item:not(:first-child) {
    border-top: 1px solid #ececec; }
  .post-item .post-item-date {
    min-width: 96px;
    color: #0d122b;
    font-weight: 700;
    padding-right: 10px; }
    @media screen and (max-width: 768px) {
      .post-item .post-item-date {
        font-size: 16px; } }
  .post-item .post-item-title {
    margin: 0;
    border: 0;
    padding: 0;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.1px; }
    .post-item .post-item-title a {
      color: #434648; }
      .post-item .post-item-title a:hover, .post-item .post-item-title afocus {
        color: #0d122b; }

.footer {
  margin-top: 8em;
  margin-bottom: 2em;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .footer {
      margin-top: 3em; } }
  .footer span.footer_item {
    color: #0d122b;
    opacity: 0.8;
    font-weight: 700;
    font-size: 14px; }
  .footer a.footer_item {
    color: #0d122b;
    opacity: 0.8;
    text-decoration: none; }
    .footer a.footer_item:not(:last-child) {
      margin-right: 10px; }
      .footer a.footer_item:not(:last-child):hover {
        opacity: 1; }
  .footer .footer_copyright {
    font-size: 13px;
    margin-top: 3px;
    display: block;
    color: #6b7886;
    opacity: 0.8; }

.not-found {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 75vh; }
  .not-found .title {
    font-size: 5em;
    font-weight: 700;
    line-height: 1.1;
    color: #0d122b;
    text-shadow: 1px 0px 0px #f66; }
  .not-found .phrase {
    color: #434648; }
  .not-found .solution {
    color: #f66;
    letter-spacing: 0.5px; }
  .not-found .solution:hover {
    color: #0036c7; }

.search-article {
  position: relative;
  margin-bottom: 50px; }
  .search-article label[for="search-input"] {
    position: relative;
    top: 10px;
    left: 11px; }
  .search-article input[type="search"] {
    top: 0;
    left: 0;
    border: 0;
    width: 100%;
    height: 40px;
    outline: none;
    position: absolute;
    border-radius: 5px;
    padding: 10px 10px 10px 35px;
    color: #434648;
    -webkit-appearance: none;
    font-size: 16px;
    background-color: rgba(128, 128, 128, 0.1);
    border: 1px solid rgba(128, 128, 128, 0.1); }
    .search-article input[type="search"]::-webkit-input-placeholder {
      color: #808080; }
    .search-article input[type="search"]::-webkit-search-decoration, .search-article input[type="search"]::-webkit-search-results-decoration {
      display: none; }

#search-results {
  text-align: center; }
  #search-results li {
    text-align: left; }

.archive-tags {
  height: auto; }
  .archive-tags .tag-item {
    padding: 1px 3px;
    border-radius: 2px;
    border: 1px solid rgba(128, 128, 128, 0.1);
    background-color: rgba(128, 128, 128, 0.1); }

.list-year {
  display: flex;
  justify-content: space-between; }

.icon {
  width: 1.5em;
  height: 1.5em;
  fill: currentColor;
  display: inline-block; }

svg {
  vertical-align: middle; }

.gutter pre {
  color: #999; }

pre {
  color: #525252; }

pre .function .keyword,
pre .constant {
  color: #0092db; }

pre .keyword,
pre .attribute {
  color: #e96900; }

pre .number,
pre .literal {
  color: #ae81ff; }

pre .tag,
pre .tag .title,
pre .change,
pre .winutils,
pre .flow,
pre .lisp .title,
pre .clojure .built_in,
pre .nginx .title,
pre .tex .special {
  color: #2973b7; }

pre .class .title {
  color: #6af; }

pre .symbol,
pre .symbol .string,
pre .value,
pre .regexp {
  color: #42b983; }

pre .title {
  color: #a6e22e; }

pre .tag .value,
pre .string,
pre .subst,
pre .haskell .type,
pre .preprocessor,
pre .ruby .class .parent,
pre .built_in,
pre .sql .aggregate,
pre .django .template_tag,
pre .django .variable,
pre .smalltalk .class,
pre .javadoc,
pre .django .filter .argument,
pre .smalltalk .localvars,
pre .smalltalk .array,
pre .attr_selector,
pre .pseudo,
pre .addition,
pre .stream,
pre .envvar,
pre .apache .tag,
pre .apache .cbracket,
pre .tex .command,
pre .prompt {
  color: #42b983; }

pre .java .annotation,
pre .python .decorator,
pre .pi,
pre .doctype,
pre .deletion,
pre .shebang,
pre .apache .sqbracket,
pre .tex .formula {
  color: #b3b3b3; }

pre .coffeescript .javascript,
pre .javascript .xml,
pre .tex .formula,
pre .xml .javascript,
pre .xml .vbscript,
pre .xml .css,
pre .xml .cdata {
  opacity: 0.5; }

.post .highlight,
.post .highlight table {
  margin: 0;
  width: 100%; }

.post .highlight {
  overflow-x: auto;
  margin: 10px 0; }

.post .highlight table,
.post .highlight tr,
.post .highlight td {
  padding: 0;
  border-collapse: collapse; }

.post code {
  font-family: "Roboto Mono", "Menlo", "Consolas", monospace;
  font-size: 13px;
  background-color: #f6f6f6;
  padding: 3px 10px;
  margin: 0 5px;
  border-radius: 2px; }

.post pre {
  font-family: "Roboto Mono", "Menlo", "Consolas", monospace;
  font-size: 13px;
  overflow-x: auto;
  text-align: left;
  padding: 15px 25px;
  background-color: #f6f6f6;
  line-height: 1.5em; }

.post .code pre {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px; }

.post .gutter pre {
  padding: 15px 0 15px 15px;
  color: #75715e;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px; }

.post blockquote {
  margin: 2em 0;
  padding-left: 30px;
  border-left: 5px solid #e6e6e6; }

.post blockquote p {
  font-size: 17px;
  font-style: italic;
  line-height: 1.8em;
  color: #999; }

.post .highlight:before {
  color: #6b7f94;
  opacity: .3;
  content: attr(data-lang);
  font-size: 1.9em;
  font-weight: 700;
  position: absolute;
  right: .3rem; }

@media screen and (max-width: 768px) {
  .wrapper .post {
    padding-left: 15px;
    padding-right: 15px; } }

.header {
  margin-top: 7.8em;
  margin-bottom: 3em; }
  .header .tags {
    margin-left: 3px;
    letter-spacing: 0.5px; }
    .header .tags .tag {
      font-weight: 700;
      font-size: 12px;
      margin-right: 0.5rem; }
      .header .tags .tag:hover {
        text-decoration: none; }
  .header .header-title {
    position: relative;
    font-size: 2em;
    line-height: 1.2;
    margin-top: 10px;
    margin-bottom: 20px; }
    .header .header-title:not(.header-title.center)::before {
      content: '';
      border-left: 5px solid #f66;
      position: absolute;
      left: -15px;
      height: 75%;
      top: 12%; }
    .header .header-title.center {
      text-align: center; }
    @media screen and (max-width: 768px) {
      .header .header-title {
        font-size: 1.9em; } }

.post-meta {
  padding-top: 3px;
  line-height: 1.3;
  color: #6b7886; }
  .post-meta time {
    position: relative;
    margin-right: 1.5em; }
    .post-meta time::after {
      background: #ececec;
      bottom: 1px;
      content: " ";
      height: 2px;
      position: absolute;
      right: -20px;
      width: 12px; }
  .post-meta span[itemprop="author"] {
    border-bottom: 1px dotted #ececec; }

.post {
  padding-top: 8px;
  word-break: normal;
  overflow-wrap: break-word; }
  .post iframe {
    text-align: center; }
  .post figure img {
    border-radius: 2px; }
  .post figure figcaption {
    margin-top: 5px;
    font-style: italic;
    font-size: 14px; }
  .post a {
    color: #f66;
    word-break: break-word;
    text-decoration: none;
    border-bottom: 2px solid transparent; }
    .post a:hover {
      color: #f33;
      border-bottom-color: #f33; }
    .post a:focus {
      color: #f66; }
  .post > p {
    margin: 0;
    padding-top: 15px;
    padding-bottom: 15px; }
  .post ul.task-list {
    list-style: none;
    margin: 0; }
    .post ul.task-list li::before {
      content: ""; }
    .post ul.task-list li input[type="checkbox"] {
      margin-right: 10px; }
  .post dl dt {
    font-weight: 700; }
  .post .post h1,
  .post h2,
  .post h3,
  .post h4,
  .post h5,
  .post h6 {
    color: #0d122b;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 0; }
    .post .post h1:hover .headerlink,
    .post h2:hover .headerlink,
    .post h3:hover .headerlink,
    .post h4:hover .headerlink,
    .post h5:hover .headerlink,
    .post h6:hover .headerlink {
      color: #f66;
      opacity: 1; }
    .post .post h1 .headerlink,
    .post h2 .headerlink,
    .post h3 .headerlink,
    .post h4 .headerlink,
    .post h5 .headerlink,
    .post h6 .headerlink {
      position: relative;
      opacity: 0;
      outline: none; }
      .post .post h1 .headerlink::before,
      .post h2 .headerlink::before,
      .post h3 .headerlink::before,
      .post h4 .headerlink::before,
      .post h5 .headerlink::before,
      .post h6 .headerlink::before {
        content: "#";
        position: absolute;
        right: -3px;
        width: 1em;
        font-weight: 700; }
  .post h1 {
    font-size: 24px; }
  .post h2 {
    font-size: 22px; }
  .post h3 {
    font-size: 20px;
    border-bottom: 1px solid #ececec;
    padding-bottom: 4px; }
  .post h4 {
    font-size: 20px; }
  .post h5 {
    font-size: 16px; }
  .post h6 {
    font-size: 14px; }

.post-nav {
  display: flex;
  position: relative;
  margin-top: 5em;
  border-top: 1px solid #ececec;
  line-height: 1.4; }
  .post-nav .post-nav-item {
    border-bottom: 0;
    font-weight: 700;
    padding-bottom: 10px;
    width: 50%;
    padding-top: 10px;
    text-decoration: none;
    box-sizing: border-box; }
    .post-nav .post-nav-item .post-title {
      color: #0d122b; }
    .post-nav .post-nav-item:hover .post-title, .post-nav .post-nav-item:focus .post-title {
      color: #0036c7;
      opacity: 0.9; }
    .post-nav .post-nav-item .nav-arrow {
      font-weight: 400;
      font-size: 14px;
      color: #6b7886;
      margin-bottom: 3px; }
    .post-nav .post-nav-item:nth-child(odd) {
      padding-left: 0;
      padding-right: 20px; }
    .post-nav .post-nav-item:nth-child(even) {
      text-align: right;
      padding-right: 0;
      padding-left: 20px; }
  @media screen and (max-width: 768px) {
    .post-nav {
      font-size: 14px; }
      .post-nav .post-nav-item {
        width: 100%; }
      .post-nav .post-nav-item:nth-child(even) {
        border-left: 0;
        padding-left: 0;
        border-top: 1px solid #ececec; } }

.tags-container a {
  padding: 5px 10px;
  background-color: #f6f8fa;
  margin-right: 10px; }

.dis {
  margin-top: 5em; }

.dis .btn {
  display: block;
  padding: 10px;
  background-color: #f6f8fa;
  text-align: center; }
  .dis .btn:hover {
    background-color: #f66;
    color: #fff;
    transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    cursor: pointer; }

@keyframes fadein {
  0% {
    opacity: 0.2; }
  100% {
    opacity: 0.8; } }

@keyframes blur {
  0% {
    filter: blur(0px); }
  100% {
    filter: blur(4px); } }

.embed-responsive {
  height: 0;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%;
  margin-top: 20px; }
  .embed-responsive iframe,
  .embed-responsive object,
  .embed-responsive embed {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute; }

body[data-theme="dark"] {
  color: #c7bebe;
  background-color: #131418; }
  body[data-theme="dark"] h1,
  body[data-theme="dark"] h2,
  body[data-theme="dark"] h3,
  body[data-theme="dark"] h4,
  body[data-theme="dark"] h5,
  body[data-theme="dark"] h6 {
    color: #eaeaea; }
  body[data-theme="dark"] table thead {
    color: #eaeaea;
    border-color: #1b1d25; }
  body[data-theme="dark"] table th,
  body[data-theme="dark"] table td,
  body[data-theme="dark"] table tr {
    border-color: #1b1d25; }
  body[data-theme="dark"] .post a {
    color: #ff5277; }
    body[data-theme="dark"] .post a:hover, body[data-theme="dark"] .post a:active, body[data-theme="dark"] .post a:focus {
      color: #ff2957; }
  body[data-theme="dark"] .post h3 {
    border-color: #1b1d25; }
  body[data-theme="dark"] .post h1 .anchor-head,
  body[data-theme="dark"] .post h2 .anchor-head,
  body[data-theme="dark"] .post h3 .anchor-head,
  body[data-theme="dark"] .post h4 .anchor-head,
  body[data-theme="dark"] .post h5 .anchor-head,
  body[data-theme="dark"] .post h6 .anchor-head {
    color: #ff5277; }
  body[data-theme="dark"] code.highlighter-rouge {
    background-color: #1b1d25; }
  body[data-theme="dark"] kbd {
    border-color: #1b1d25;
    color: #eaeaea;
    text-shadow: 0 1px 0 #131418; }
  body[data-theme="dark"] hr {
    border-color: #1b1d25; }
  body[data-theme="dark"] .post-meta {
    color: #767f87; }
    body[data-theme="dark"] .post-meta time::after {
      background-color: #1b1d25; }
    body[data-theme="dark"] .post-meta span[itemprop="author"] {
      border-color: #1b1d25; }
  body[data-theme="dark"] a {
    color: inherit;
    text-decoration-color: #4a4d56; }
    body[data-theme="dark"] a:hover {
      color: #ff5277; }
    body[data-theme="dark"] a:focus {
      outline-color: rgba(255, 82, 119, 0.6); }
  body[data-theme="dark"] li:before {
    color: #eaeaea; }
  body[data-theme="dark"] blockquote {
    color: #767f87;
    border-color: #1b1d25; }
  body[data-theme="dark"] strong,
  body[data-theme="dark"] b {
    color: #eaeaea; }
  body[data-theme="dark"] .navbar {
    border-color: #1b1d25; }
    body[data-theme="dark"] .navbar .menu a#mode .mode-sunny {
      display: block; }
    body[data-theme="dark"] .navbar .menu a#mode .mode-moon {
      display: none; }
    body[data-theme="dark"] .navbar .menu .menu-link {
      color: #eaeaea; }
    @media screen and (max-width: 768px) {
      body[data-theme="dark"] .navbar .menu {
        background-color: #131418;
        border-color: #1b1d25; }
        body[data-theme="dark"] .navbar .menu .menu-icon > svg {
          fill: #eaeaea; }
        body[data-theme="dark"] .navbar .menu input[type="checkbox"]:checked ~ .trigger {
          background: #131418; } }
  body[data-theme="dark"] .post-item:not(:first-child) {
    border-color: #1b1d25; }
  body[data-theme="dark"] .post-item .post-item-date {
    color: #eaeaea; }
  body[data-theme="dark"] .post-item .post-item-title a {
    color: #c7bebe; }
    body[data-theme="dark"] .post-item .post-item-title a:hover, body[data-theme="dark"] .post-item .post-item-title afocus {
      color: #eaeaea; }
  body[data-theme="dark"] .post-nav {
    border-color: #1b1d25; }
    body[data-theme="dark"] .post-nav .post-nav-item {
      font-weight: 700; }
      body[data-theme="dark"] .post-nav .post-nav-item .post-title {
        color: #eaeaea;
        opacity: 0.9; }
      body[data-theme="dark"] .post-nav .post-nav-item:hover .post-title, body[data-theme="dark"] .post-nav .post-nav-item:focus .post-title {
        color: #ff2957; }
      body[data-theme="dark"] .post-nav .post-nav-item .nav-arrow {
        color: #767f87; }
    @media screen and (max-width: 768px) {
      body[data-theme="dark"] .post-nav .post-nav-item:nth-child(even) {
        border-color: #1b1d25; } }
  body[data-theme="dark"] .footer span.footer_item {
    color: #eaeaea; }
  body[data-theme="dark"] .footer a.footer_item:not(:last-child) {
    color: #eaeaea; }
  body[data-theme="dark"] .footer .footer_copyright {
    color: #767f87;
    opacity: 1; }
  body[data-theme="dark"] .not-found .title {
    color: #eaeaea;
    text-shadow: 1px 0px 0px #ff5277; }
  body[data-theme="dark"] .not-found .phrase {
    color: #c7bebe; }
  body[data-theme="dark"] .not-found .solution {
    color: #ff5277; }
  body[data-theme="dark"] .not-found .solution:hover {
    color: #ff2957; }
  body[data-theme="dark"] .search-article input[type="search"] {
    color: #c7bebe; }
    body[data-theme="dark"] .search-article input[type="search"]::-webkit-input-placeholder {
      color: rgba(128, 128, 128, 0.8); }
