/* color */
body {
  color: #808d93;
  background: #fff;
}
#container {
  background: #f4fff4;
}
a {
  color: #69c;
}
a:visited {
  color: #baae86;
}

#blog-title-content a {
  text-decoration: none;
  color: #80d2fb;
}

.date a, a.entry-title-link {
  text-decoration: none;
  color: inherit;
}

a.entry-category-link {
  text-decoration: none;
  border-radius: 0.5em;
  background-color: #69c;
  color: #f0f0f0;
  padding-left: 0.5ex;
  padding-right: 0.5ex;
}

/* layout */
body {
  padding: 0.5rem;
}

#container {
  padding: 0.5rem;
}

article {
  border-top: solid 3px;
  padding: 0.5rem 0;
}
.entry-header {
  position: relative;
}
.entry-header-menu {
  position: absolute;
  right: 0px;
}

/* code */
pre {
    background-color: #e8ffff;
    padding: 0.3em;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

pre h1.code-lang {
    font-size: 0.8em;
    background-color: #d0e8e8;
    padding: 0 0.2em;
    margin-bottom: 0;
}

pre .code-number-literal,
pre .code-string-literal {
    color: #00a090;
}

pre .code-keyword {
    color: #33f;
}

pre .code-pp-keyword {
    color: #f3f;
}

pre .code-comment {
    color: #339000;
}