@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap");
.current {
  color: #000000;
  text-decoration: underline;
}

nav a {
  color: #444444;
  text-decoration: none;
}

body {
  font-family: "Helvetica Neue", helvetica, sans-serif;
  line-height: 1.45;
}

table {
  background-color: #ff0b30;
  padding: 2px;
  border: 1px solid black;
}

pre {
  border-inline-start: 3px solid #ff0b30;
}

code {
  font-size: 13px;
}

ul.latestpostsul, .titulotagsul, .stafful {
  padding-inline-start: 0;
}

ul .tagsDePost .tagDePost {
  color: #000000;
}

ul .tagsDePost .tagDePost::before {
  content: "#";
}

ul .tituloPost, .tituloTags, .tituloauthorstaff {
  list-style: none;
}

ul .tagsDePost {
  list-style: none;
}

img {
  width: 80%;
}

a {
  color: #FF0B30;
}

li#liDeTagsEnPostIndividual {
  list-style: none;
}

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