/** @format */

@import "https://cdn.jsdelivr.net/npm/@tabler/icons-webfont@latest/dist/tabler-icons.min.css";

table {
  border-collapse: collapse;
  min-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

th {
  background-color: var(--purple);
}

th,
td {
  border: 1px solid var(--yellow2);
  padding-top: 5px;
  padding-bottom: 5px;
}

img {
  max-height: 100px !important;
}

img.pixel {
  image-rendering: pixelated;
}

a:has(i.ti) {
  text-decoration: none;
  /* color: white; */
  font-size: 200%;
}

img.icon {
  height: 32px;
  margin-top: 0.3em;
  padding: 0 0.2em 0 0.2em;
}
