input[readonly] {
    color: black;
}

.content figure {
    margin-left: 0;
    text-indent: 0;
}

.sql-select {
    color: forestgreen;
    font-weight: bold;
}

.sql-where {
    color: #ff0061;
    font-weight: bold;
}

.sql-from {
    color: #2f62fd;
    font-weight: bold;
}

.sql-order-by {
    color: #5e01aa;
    font-weight: bold;
}

.notification.is-dark.is-light {
    color: #4a4a4a;
}

.message.is-dark .message-body {
    font-size: 16px;
    color: #363636;
}

.message.is-dark .message-header {
    font-size: 18px;
}

.message.is-dark {
    margin-bottom: 0;
}

article .message-header {
    font-size: 18px;
    border: 1px solid #363636;
    border-radius: 5px;
    cursor: pointer;
    opacity: 0.9;
}