:root {
  --bg_h: #f9f5d7;
  --bg: #fbf1c7;
  --bg_s: #f2e5bc;
  --bg1: #ebdbb2;
  --bg2: #d5c4a1;
  --bg3: #bdae93;
  --bg4: #a89984;
  --fg: #282828;
  --fg1: #3c3836;
  --fg2: #504945;
  --fg3: #665c54;
  --fg4: #7c6f64;
  --red: #9d0006;
  --green: #79740e;
  --yellow: #b57614;
  --blue: #076678;
  --purple: #8f3f71;
  --aqua: #427b58;
  --orange: #af3a03;
  --gray: #928374;
  --red-dim: #cc2412;
  --green-dim: #98971a;
  --yellow-dim: #d79921;
  --blue-dim: #458598;
  --purple-dim: #b16286;
  --aqua-dim: #689d6a;
  --orange-dim: #d65d0e;
  --gray-dim: #7c6f64;
}

.darkmode {
  --bg_h: #1d2021;
  --bg: #282828;
  --bg_s: #32302f;
  --bg1: #3c3836;
  --bg2: #504945;
  --bg3: #665c54;
  --bg4: #7c6f64;
  --fg: #fbf1c7;
  --fg1: #ebdbb2;
  --fg2: #d5c4a1;
  --fg3: #bdae93;
  --fg4: #a89984;
  --red: #fb4934;
  --green: #b8bb26;
  --yellow: #fabd2f;
  --blue: #83a598;
  --purple: #d3869b;
  --aqua: #8ec07c;
  --gray: #928374;
  --orange: #fe8019;
  --red-dim: #cc2412;
  --green-dim: #98971a;
  --yellow-dim: #d79921;
  --blue-dim: #458588;
  --purple-dim: #b16286;
  --aqua-dim: #689d6a;
  --gray-dim: #a89984;
  --orange-dim: #d65d0e;
}

#main > .post-group > ul {
  border-left: var(--fg4) solid 2px;
  list-style-type: none;
  margin-left: 0.5rem;
  padding-left: 1rem;
}
#main > .post-group > ul > li {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  line-height: 1.6;
}
#main > .post-group > ul > li > time {
  text-align: right;
}
@media screen and (min-width: 768px) {
  #main > .post-group > ul {
    margin-left: 1rem;
    padding-left: 2rem;
  }
}
#main > .post-group a {
  text-decoration: none;
  transition: text-decoration 0.3s ease;
}
#main > .post-group a:hover {
  text-decoration: underline;
}

#searchbox {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 1rem;
}
#searchbox #ddgSearch {
  position: relative;
  display: inline-block;
}
#searchbox #ddgSearch input {
  color: var(--fg1);
  background-color: var(--bg_s);
  font-family: sans-serif;
  padding-left: 10px;
  width: 200px;
  height: 1.8rem;
  border: 2px solid var(--fg4);
  border-radius: 0.25rem;
}
#searchbox #ddgSearch input:focus {
  outline: 1px solid var(--fg1);
}
#searchbox #ddgSearch button {
  position: absolute;
  aspect-ratio: 1rem;
  right: 1em;
  top: 5.3px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
#searchbox #ddgSearch button svg {
  fill: var(--fg1);
}

/*# sourceMappingURL=list.css.map */
