wwf
2025-05-20 938c3e5a587ce950a94964ea509b9e7f8834dfae
1
2
3
4
5
6
7
8
9
10
11
12
13
.jinaLogo {
  @apply w-4 h-4 bg-center bg-no-repeat inline-block;
  background-color: #F5FAFF;
  background-image: url(../assets/jina.png);
  background-size: 16px;
}
 
.watercrawlLogo {
  @apply w-5 h-5 bg-center bg-no-repeat inline-block;
  /*background-color: #F5FAFF;*/
  background-image: url(../assets/watercrawl.svg);
  background-size: 16px;
}