.home_list.archive {
  opacity: 0.5;
  transition: opacity 0.5s;
}
.home_list.archive:hover {
  opacity: 1;
}

.blog-article-row {
  display: flex;
  margin: 0 -8px;
}
.blog-article-row a:link, .blog-article-row a:visited {
  color: var(--accent-no-white);
  text-decoration: none;
  border-bottom: thin var(--accent-no-white) dotted;
  color: var(--fg-page);
  border-bottom-color: var(--fg-page);
}
.blog-article-row > span {
  display: block;
  margin: 8px;
  min-width: 6em;
}
.blog-article-row > span.title {
  flex: 1;
}

.home_icons {
  display: flex;
  flex-wrap: wrap;
}
.home_icons article {
  position: relative;
  width: 25%;
  text-align: center;
  height: 160px;
  border-radius: 8px;
  cursor: pointer;
}
.home_icons article:hover {
  background-color: var(--highlight-bg);
}
.home_icons article > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home_icons article h3 {
  font-size: 1rem;
  font-weight: normal;
  margin: 0;
}
.home_icons article h3 > .material-symbols-outlined {
  opacity: 0.4;
  position: relative;
  font-size: 16px;
  top: 2px;
  max-width: 16px;
  max-height: 16px;
  overflow: hidden;
  display: inline-block;
}
.home_icons article > img {
  width: 64px;
  height: 64px;
  margin: 16px 0;
}
@media all and (max-width: 600px) {
  .home_icons article {
    width: 33.3%;
    height: 128px;
  }
  .home_icons article > img {
    width: 48px;
    height: 48px;
    margin: 8px 0;
  }
}
@media all and (min-width: 900px) {
  .home_icons article {
    width: 20%;
  }
}

/*# sourceMappingURL=home-page-addons.css.map */
