
.apimethod {
  font-size: 0.8rem;
  font-weight: 600;
  color: #fff;
  background-color: #444;
  padding: 4px 15px;
}

.apimethod.get {
  background-color: #22c55e;
}

.apimethod.post {
  background-color: #0ea5e9;
}

.apimethod.put {
  background-color: #f43f5e;
}

.apimethod.delete {
  background-color: #64748b;
}

.httpresp {
  font-size: 0.8rem;
  font-weight: 600;
  color: #fff;
  background-color: #444;
  padding: 4px 15px;
}

.httpresp.ok {
  background-color: #10b981;
}

.httpresp.err {
  background-color: #ef4444;
}
