li {
        width: calc(var(--width-center) - 32px);
        height: 23px;
        background-color: #f2f2f2 !important;
        display: table;
        border: 1px solid #e4e4e4;
        border-radius: 3px;
        transition: background-color 0.3s;
        padding: 0 0 0 25px;
        background-image: url(../img/menu.svg);
        background-position: 2px 3px;
        background-size: 21px;
        aspect-ratio: 1 / 1;
        background-repeat: no-repeat;
}

ul {
        width: var(--width-center);
        padding: 0 0 0 5px;
}

li span {
        white-space: pre;
        font-family: consolas;
        line-height: 1.8rem;
}