html {
    box-sizing: border-box;
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    margin: 0;
    background: #fafafa;
}

.swagger-ui .info blockquote {
    margin: 1em 0;
    padding: 6px 8px;
    background: #e8f4fd;
    border-left: 4px solid #61affe;;
    border-radius: 4px;
}

html.dark-mode .swagger-ui .info blockquote {
    background: #1a2733;
    border-left-color: #55a1ff;
}
