/* Feel free to style the webring however you like! */

.lavender-webring-container {
  all: unset;

  /*
    assuming Linux users will have a preferable sans-serif font set in their browser,
    everyone else gets a nice default
  */
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI",
    "Helvetica Neue", sans-serif;

  display: flex;
  flex-direction: column;

  background-color: rgb(28, 23, 36);
  color: rgb(234, 234, 248);

  padding: 1em;

  text-align: center;
  font-size: 1.125rem;
}

.lavender-webring-description {
  margin-block-end: 0.5em;
}

.lavender-webring-container a {
  color: hsl(275, 57%, 68%);
  text-decoration: none;
  border-bottom: 1px solid hsl(275, 57%, 68%);
}

.lavender-webring-site-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));

  list-style: none;
  margin: 0;
  padding: 0;
}

.lavender-webring-prev-site a::before {
  content: "←";
  margin-inline-end: 1ch;
}

.lavender-webring-next-site a::after {
  content: "→";
  margin-inline-start: 1ch;
}
