body {
  margin: 0;
  padding: 0;
}

.menu-content [role="menuitem"] span[type="post"] {
  background-color: rgb(24, 111, 175) !important;
}
.menu-content [role="menuitem"] span[type="delete"] {
  background-color: rgb(204, 51, 51) !important;
}
.menu-content [role="menuitem"] span[type="put"] {
  background-color: rgb(149, 80, 124) !important;
}
.menu-content [role="menuitem"] > svg > polygon{
  fill: #fff !important;
}
.menu-content label.active[role="menuitem"] > svg {
  background-color: initial !important;
}

[href="https://redocly.com/redoc/"] {
  display: none!important;
}