.git-help {
    display: flex;
}

.git-help-usage {
    margin-right: 2px;
    width: 15%;
}

.git-help-command-list {
    width: 85%;
}

.git-command-group {
    margin-bottom: 1.5rem;
}

.git-command {
    display: flex;
}

.git-command p, .git-command ul {
    margin: 0;
}

.git-command div {
    margin-bottom: 2px;
    padding: 3px 5px 2px;
}

div.git-command-name {
    background-color: #505579;
    background-color: rgb(79 85 114 / 90%);

    background-color: #535666;
    background-color: #4c5062;

    background-color: #53596c;
    background-color: #505568;

    margin-right: 2px;
    width: 20%;
}

div.git-command-desc {
    background-color: #424867;
    background-color: rgba(73, 78, 102, 0.8);

    background-color: #4c5062;
    background-color: #464a5e;
    background-color: #484d61;

    width: 80%;
}
