/* Change the background color */
header:before {
    background-color: rgba(239, 125, 0, 1);
}

#swagger-ui.api-platform .info .title{
    color: rgba(0, 83, 152, 1)
}

.swagger-ui section h3{
      color: rgba(0, 83, 152, 1) !important;
  }

header #logo img {
    height: 48px;
    background-color: white;
    padding: 5px;
}

#swagger-ui.api-platform .opblock.opblock-get .opblock-summary-method {
    background-color: rgba(239, 125, 0, 1);
}
#swagger-ui.api-platform .opblock.opblock-head {
    display: none;
}

