/* components/project/hero.css */
.bottom-arrow {
  border-bottom: 8px solid transparent;
}
.bottom-arrow:after {
  content: "";
  position: absolute;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-bottom: 8px solid rgb(37 99 235);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

/* screens/Project.css */
.trix-content > div > a {
  color: blue !important;
}
/*# sourceMappingURL=application.css.map */
